summaryrefslogtreecommitdiff
path: root/audio/mikmod
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-19 16:04:18 +0000
committerjlam <jlam>2001-06-19 16:04:18 +0000
commit648da7bfb1ec7b4e103e6a6244a953b7dc2ed70b (patch)
treea651efa8b6e0bea469d43b4c4c8bb988de4081d4 /audio/mikmod
parent0f322b5351ddc838aeb1e5bd4dd3dc5ded006a15 (diff)
downloadpkgsrc-648da7bfb1ec7b4e103e6a6244a953b7dc2ed70b.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'audio/mikmod')
-rw-r--r--audio/mikmod/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index be33ec67e90..66cf4bb1fef 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/06/11 06:34:18 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2001/06/19 16:04:18 jlam Exp $
#
DISTNAME= mikmod-3.1.6-a
@@ -10,13 +10,13 @@ MAINTAINER= mycroft@NetBSD.ORG
HOMEPAGE= http://mikmod.darkorb.net/
COMMENT= MOD player for UNI IT XM S3M MOD MTM STM DSM MED FAR ULT 669 files
-DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+#USE_CURSES= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_CURSES= yes
-REPLACE_NCURSES= ${WRKSRC}/configure
-
-CPPFLAGS+= -I${LOCALBASE}/include
+USE_BUILDLINK_ONLY= yes
+USE_CONFIG_WRAPPER= yes
+.include "../../audio/libmikmod/buildlink.mk"
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"