pkgsrc-wip/teng/Makefile

25 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 17:17:30 asau Exp $
#
DISTNAME= teng-2.1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=teng/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ondrej.tuma@firma.seznam.cz
HOMEPAGE= http://teng.sourceforge.net/
COMMENT= Teng is a general purpose templating engine (whence Teng)
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= aclocal autoconf automake bison
pre-configure:
cd ${WRKSRC} && aclocal && libtoolize --force && automake --add-missing && autoconf
#.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"