aboutsummaryrefslogtreecommitdiff
path: root/audio/splay/Makefile
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2001-04-02 13:57:05 +0000
committerCHOI Junho <cjh@FreeBSD.org>2001-04-02 13:57:05 +0000
commitf13ef8bc1fca53e53342083a10968b739a5496ee (patch)
treef8c9172711734b972835039feac920e819a0b2d7 /audio/splay/Makefile
parentfffa2569fbc211aa2e32bcf6496ddd4edc63460b (diff)
Update to 0.9.5.1. pthread and xsplay are still disabled.
Notes
Notes: svn path=/head/; revision=40752
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r--audio/splay/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
index dfe3f2709e20..36a5581b4cd9 100644
--- a/audio/splay/Makefile
+++ b/audio/splay/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: splay
# Date created: 1 Apr 1997
-# Whom: junker@jazz.snu.ac.kr
+# Whom: cjh
#
# $FreeBSD$
#
@@ -8,14 +8,13 @@
#
PORTNAME= splay
-PORTVERSION= 0.8.2
+PORTVERSION= 0.9.5.1
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
+MASTER_SITES= ftp://splay.sourceforge.net/pub/splay/
-MAINTAINER= cjh@kr.freebsd.org
+MAINTAINER= cjh@FreeBSD.org
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-xsplay --without-pthread
MAN1= splay.1
.include <bsd.port.mk>