summaryrefslogtreecommitdiff
path: root/audio/splay/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-03-28 20:08:08 +0000
committerrh <rh@pkgsrc.org>1999-03-28 20:08:08 +0000
commitd3693497e6671e2c4c1913fdfd57244d82e74ea2 (patch)
treea88fe0bf509a1ac44b5d58c07478fcb5ed7d45cd /audio/splay/Makefile
parentee3653fa9c98cc5a618a6aba588621bbf3aec48a (diff)
downloadpkgsrc-d3693497e6671e2c4c1913fdfd57244d82e74ea2.tar.gz
update splay to 0.8.2
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r--audio/splay/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
index ee369643d47..44075238a31 100644
--- a/audio/splay/Makefile
+++ b/audio/splay/Makefile
@@ -1,15 +1,22 @@
-# $NetBSD: Makefile,v 1.6 1998/08/23 10:45:43 frueauf Exp $
+# $NetBSD: Makefile,v 1.7 1999/03/28 20:08:08 rh Exp $
# FreeBSD Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp
#
-DISTNAME= splay-0.5
+DISTNAME= splay-0.8.2
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/sound/players/
+MASTER_SITES= http://my.netian.com/~polarb/ \
+ http://synergy.kaist.ac.kr/~jwj95/ \
+ ftp://ftp.univie.ac.at/systems/linux/linuxberg/files/x11/media/ \
+ ftp://ftp.tu-clausthal.de/pub/unix.new/audio/ \
+ ftp://ftp.online.be/raid/linuxberg/files/x11/media/ \
+ ftp://crydee.sai.msu.ru/zeus/unix/sound/players/ \
+ ftp://ftp.cit.nepean.uws.edu.au/unix/misc/audio/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://adam.kaist.ac.kr/~jwj95/
+HOMEPAGE= http://synergy.kaist.ac.kr/~jwj/
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --without-xsplay
+CONFIGURE_ENV= LIBS="${LIBS} -lossaudio"
.include "../../mk/bsd.pkg.mk"