diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
commit | 23e21233a251ee6b24372eae264086794b6102b8 (patch) | |
tree | 37594a2b6d627e3995eae0b4284567b6f9aaaa8f /audio/s3mod | |
parent | d040c051a115e334018d93f27c899087c034a74b (diff) | |
download | FreeBSD-ports-23e21233a251ee6b24372eae264086794b6102b8.zip FreeBSD-ports-23e21233a251ee6b24372eae264086794b6102b8.tar.gz |
Updating Makefiles, audio ports.
Diffstat (limited to 'audio/s3mod')
-rw-r--r-- | audio/s3mod/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index 24b6f51..6c76bcd 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -1,7 +1,17 @@ +# New ports collection makefile for: s3mod +# Version required: 1.08A +# Date created: 9 March 1995 +# Whom: ugen +# +# $Id$ +# + DISTNAME= s3mod-v1.08A -DISTFILES= s3mod-v1.08A.tar.gz -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ +PKGNAME= s3mod-1.08a CATEGORIES+= audio +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ +DISTFILES= s3mod-v1.08A.tar.gz + INSTALL_TARGET= install .include <bsd.port.mk> |