summaryrefslogtreecommitdiffstats
path: root/audio/esound/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-04-24 19:03:37 +0000
committersobomax <sobomax@FreeBSD.org>2002-04-24 19:03:37 +0000
commit7cefe01304086a408491b05d8b7ad01112b2221c (patch)
treeafcdb776c5bdf0ad53bf56bc7774b9c1dad6dcfa /audio/esound/Makefile
parent6f6e287af9d6ff8c43f206fe615a0945485ac117 (diff)
downloadFreeBSD-ports-7cefe01304086a408491b05d8b7ad01112b2221c.zip
FreeBSD-ports-7cefe01304086a408491b05d8b7ad01112b2221c.tar.gz
Update to 0.2.25.
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r--audio/esound/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 5e1bc91..790446a 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= esound
-PORTVERSION= 0.2.24
+PORTVERSION= 0.2.25
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/esound
@@ -14,11 +14,14 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
+LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_BZIP2= yes
INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnugetopt"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud