diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:46:58 +0000 |
commit | 02e84c27a6b76abc5a0236c8baa85da50345fdba (patch) | |
tree | 86b776760f67d66cb9647eff31ac28a133cfd3aa /audio/s3mod | |
parent | Makefile updates, shell version! This was easy! :) (diff) |
Updating Makefiles, audio ports.
Notes
Notes:
svn path=/head/; revision=1338
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 24b6f5171720..6c76bcdbf930 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> |