summaryrefslogtreecommitdiff
path: root/graphics/compface
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
committerjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
commitfcb7da800bdfcf21720b30da13c68603c1f09525 (patch)
tree77aa2e325b82a73660278dbb13238e6aac0adca7 /graphics/compface
parentf252a9837d224356df2bfc3c73223d7e84e939c5 (diff)
downloadpkgsrc-fcb7da800bdfcf21720b30da13c68603c1f09525.tar.gz
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
Diffstat (limited to 'graphics/compface')
-rw-r--r--graphics/compface/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/compface/Makefile b/graphics/compface/Makefile
index a4ee2626e97..287fde933c5 100644
--- a/graphics/compface/Makefile
+++ b/graphics/compface/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:04 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/01 20:08:00 jlam Exp $
DISTNAME= compface-1.5.1
CATEGORIES= graphics
@@ -10,7 +10,7 @@ COMMENT= 48x48x1 image compression and decompression (X-face utility)
CONFLICTS= faces-[0-9]*
-USE_TOOLS+= gmake
+USE_TOOLS+= autoconf gmake
GNU_CONFIGURE= yes
SUBST_CLASSES+= perlpath
@@ -20,10 +20,9 @@ SUBST_FILES.perlpath= xbm2xface.pl
SUBST_SED.perlpath= -e 's| ||' -e 's|/usr/bin|${PREFIX}/bin|g'
pre-configure:
- cd ${WRKSRC}; ${AUTOCONF}
+ cd ${WRKSRC}; autoconf
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/xbm2xface.pl ${PREFIX}/bin
-.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"