diff options
author | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:40:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:40:55 +0000 |
commit | 8b3fb6d2ddac90812148266f44cf703f7808bcb7 (patch) | |
tree | 18769fd6915134abb6c341fe1f264755d3a656c5 /audio/splay/Makefile | |
parent | 9455416a5486a9d51e48cb5c380d8448162b98d3 (diff) |
Upgrade to version 0.8.2.
PR: 6122
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=10585
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r-- | audio/splay/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 503af045bf7f..8a1b96900582 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,18 +1,21 @@ # New ports collection makefile for: splay -# Version required: 0.3 +# Version required: 0.8.2 # Date created: 1 Apr 1997 # Whom: junker@jazz.snu.ac.kr # -# $Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp $ +# $Id: Makefile,v 1.5 1998/01/08 18:52:01 fenner Exp $ +# +# pthread library can be used, but sound quality is buggy # -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://cain.kaist.ac.kr/~jwj95/ MAINTAINER= junker@jazz.snu.ac.kr GNU_CONFIGURE= yes +CONFIGURE_ARGS= i386--freebsd --without-xsplay --without-pthread +MAN1= splay.1 .include <bsd.port.mk> |