diff options
author | tron <tron> | 1999-03-06 22:45:16 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-06 22:45:16 +0000 |
commit | 05e90c7f30640e2d1cac7b4d787842a7241284b3 (patch) | |
tree | 2555da53f4e83cc96e1ddfdce2e2d4da6664e667 /audio/esound/Makefile | |
parent | 6fd602938e2e9445c3d4e702a551f9c3cdca0441 (diff) | |
download | pkgsrc-05e90c7f30640e2d1cac7b4d787842a7241284b3.tar.gz |
Update "esound" package to version 0.2.8.
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 24 |
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" |