aboutsummaryrefslogtreecommitdiff
path: root/audio/esound/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-24 19:03:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-24 19:03:37 +0000
commitb0a84db592fc994ee7101c67c97261488178f821 (patch)
treea28032c86b0766e5abf0ea6af9a051a9dafe0593 /audio/esound/Makefile
parent7923a9dc9b5e6908a1b794543dfd2167a93b30fa (diff)
downloadports-b0a84db592fc994ee7101c67c97261488178f821.tar.gz
ports-b0a84db592fc994ee7101c67c97261488178f821.zip
Notes
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 5e1bc91a22f2..790446a4dc0c 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>