diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-19 14:20:22 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-19 14:20:22 +0000 |
commit | 69052301515d28782a8f6b1df8bb6bd83ad712fe (patch) | |
tree | f653cfdd62e6b7dece73c264f54cfbe21ba6c40f /audio/gstreamer-plugins-sndfile | |
parent | c505771d34cf69ff3dfbd51a47375c7c5ed81a2b (diff) | |
download | ports-69052301515d28782a8f6b1df8bb6bd83ad712fe.tar.gz ports-69052301515d28782a8f6b1df8bb6bd83ad712fe.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-sndfile')
-rw-r--r-- | audio/gstreamer-plugins-sndfile/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-sndfile/Makefile b/audio/gstreamer-plugins-sndfile/Makefile new file mode 100644 index 000000000000..e22dfd65792d --- /dev/null +++ b/audio/gstreamer-plugins-sndfile/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-sndfile +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 1 +CATEGORIES= audio + +COMMENT= Gstreamer sndfile plugin + +GST_PLUGIN= sndfile + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |