diff options
author | augustss <augustss@pkgsrc.org> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 1997-10-28 23:18:20 +0000 |
commit | 4daa64a62986fd842753a48935d3c8adf6758d93 (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/splay/Makefile | |
parent | 4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff) | |
download | pkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r-- | audio/splay/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile new file mode 100644 index 00000000000..53d0c4a2594 --- /dev/null +++ b/audio/splay/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: splay +# Version required: 0.3 +# Date created: 1 Apr 1997 +# Whom: junker@jazz.snu.ac.kr +# +# $Id: Makefile,v 1.1.1.1 1997/10/28 23:19:05 augustss Exp $ +# + +DISTNAME= splay-0.5 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/players/ + +MAINTAINER= junker@jazz.snu.ac.kr + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |