summaryrefslogtreecommitdiff
path: root/audio/kmikmod
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 05:19:38 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 05:19:38 +0000
commit712a2199384437ea262fe698b283e4f616362747 (patch)
tree945bab070253f362d6ebb5a75a9c90ce751c10c7 /audio/kmikmod
parentI maintain this port. (diff)
Implement WANT_ESOUND, USE_ESOUND.
Notes
Notes: svn path=/head/; revision=33420
Diffstat (limited to 'audio/kmikmod')
-rw-r--r--audio/kmikmod/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/audio/kmikmod/Makefile b/audio/kmikmod/Makefile
index 7eda68f9d11e..019b408d0d92 100644
--- a/audio/kmikmod/Makefile
+++ b/audio/kmikmod/Makefile
@@ -20,12 +20,18 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/kmikmod
USE_QT= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \
- INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+WANT_ESOUND= yes
+USE_LIBTOOL= yes
+LIBTOOLFILES= configure libmikmod/configure
+
+.include <bsd.port.pre.mk>
+
+.if defined(HAVE_ESOUND)
+USE_ESOUND= yes
+.endif
pre-configure:
cd ${WRKSRC}/libmikmod; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>