summaryrefslogtreecommitdiff
path: root/audio/esound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r--audio/esound/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 105be8b0338..0ad6a57bc82 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.2 1998/12/28 17:26:17 garbled Exp $
+# $NetBSD: Makefile,v 1.3 1999/03/06 22:45:16 tron Exp $
-DISTNAME= esound-0.2.4
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/
+DISTNAME= esound-0.2.8
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnome-1.0/sources/ \
+ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \
+ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/
-MAINTAINER= root@garbled.net
-HOMEPAGE= http://pw1.netcom.com/~ericmit/EsounD.html
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://pw1.netcom.com/~ericmit/EsounD.html
-WRKSRC= ${WRKDIR}/esound
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
+DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"