pkgsrc-wip/teng/Makefile
Aleksej Saushev a24943a589 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 17:17:20 +00:00

24 lines
610 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)
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"