diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-25 02:32:37 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-25 02:32:37 +0000 |
commit | c10064abc78661c9bd560539b48fa77356a0de9f (patch) | |
tree | 59a4c67786b481834d131021eb7e5db86235bbf8 /audio/gnapster/Makefile | |
parent | 1ca744be5c7074787f536b44ef5910b0d6665dba (diff) | |
download | ports-c10064abc78661c9bd560539b48fa77356a0de9f.tar.gz ports-c10064abc78661c9bd560539b48fa77356a0de9f.zip |
Notes
Diffstat (limited to 'audio/gnapster/Makefile')
-rw-r--r-- | audio/gnapster/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile new file mode 100644 index 000000000000..1a1f6a9d3b3c --- /dev/null +++ b/audio/gnapster/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gnapster +# Version required: 1.3 +# Date created: 24 December 1999 +# Whom: Chris Piazza <cpiazza@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= gnapster-1.3 +CATEGORIES= audio +MASTER_SITES= http://www.gotlinux.org/~jasta/files/ + +MAINTAINER= cpiazza@FreeBSD.org + +.include <bsd.port.mk> |