summaryrefslogtreecommitdiff
path: root/net/tinyfugue/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-12 21:02:58 +0000
committerjmmv <jmmv>2002-12-12 21:02:58 +0000
commit24ae1c4e833c8cb29dfa100e1af302cd7c9676b2 (patch)
tree2f3f28ac96dac09a48217c79303de1c24d375b13 /net/tinyfugue/Makefile
parent95d40226e4c8b9fec788601b8000d614d8c41578 (diff)
downloadpkgsrc-24ae1c4e833c8cb29dfa100e1af302cd7c9676b2.tar.gz
Convert this package to use buildlink2, so it passes sane variables to the
build process. This way it is easier to respect CC and CFLAGS. Based on patch provided in PR pkg/19305 by Jonathan Perkin. Also depend on gettext-lib, as the program links against -lintl.
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r--net/tinyfugue/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index 37bed7ea646..6bc159180b9 100644
--- a/net/tinyfugue/Makefile
+++ b/net/tinyfugue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/05/16 15:39:10 agc Exp $
+# $NetBSD: Makefile,v 1.8 2002/12/12 21:02:58 jmmv Exp $
# FreeBSD Id: Makefile,v 1.8 1998/04/11 04:21:19 jseger Exp
#
@@ -12,10 +12,10 @@ MAINTAINER= packages@NetBSD.ORG
HOMEPAGE= http://tf.tcp.com/~hawkeye/tf/
COMMENT= Popular programmable MUD client, with macro support and more
-MAKEFILE= ${WRKSRC}/unix/Makefile
-ALL_TARGET= ${MAKE_ARGS} all
-INSTALL_TARGET= ${MAKE_ARGS} install
+USE_BUILDLINK2= YES
-MAKE_ARGS= TFVER=${DISTNAME:S/^tf-//}
+MAKEFILE= ${WRKSRC}/unix/Makefile
+MAKE_ENV= TFVER="${DISTNAME:S/^tf-//}"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"