diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-30 23:18:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-30 23:18:11 +0000 |
commit | 075db215c50063c2743f50e699ca6bc8ee463c47 (patch) | |
tree | 3b584d3bf8908724368ca27f46b94b3549665d05 /audio/gnomeaudio2/Makefile | |
parent | 5fedc6136f554a1c94ac94123c4024bf38de1cb8 (diff) | |
download | ports-075db215c50063c2743f50e699ca6bc8ee463c47.tar.gz ports-075db215c50063c2743f50e699ca6bc8ee463c47.zip |
That's GNOME's sound file.
Notes
Notes:
svn path=/head/; revision=15733
Diffstat (limited to 'audio/gnomeaudio2/Makefile')
-rw-r--r-- | audio/gnomeaudio2/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/gnomeaudio2/Makefile b/audio/gnomeaudio2/Makefile new file mode 100644 index 000000000000..9911c4bb04c9 --- /dev/null +++ b/audio/gnomeaudio2/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gnomeaudio +# Version required: 0.1 +# Date created: 29 Dec 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= gnome-audio-0.1 +PKGNAME= gnomeaudio-0.1 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ + +MAINTAINER= vanilla@FreeBSD.ORG + +USE_X_PREFIX= yes +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/gnome-audio/sounds +NO_BUILD= yes + +.include <bsd.port.mk> |