diff options
Diffstat (limited to 'audio/s3mod/Makefile')
-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> |