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 | |
parent | c505771d34cf69ff3dfbd51a47375c7c5ed81a2b (diff) | |
download | freebsd-ports-69052301515d28782a8f6b1df8bb6bd83ad712fe.zip |
- Readd gstreamer-plugins-sndfile
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-sndfile/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index dc2f77d6fcee..c17282a5c92b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -237,6 +237,7 @@ SUBDIR += gstreamer-plugins-pulse SUBDIR += gstreamer-plugins-shout2 SUBDIR += gstreamer-plugins-sidplay + SUBDIR += gstreamer-plugins-sndfile SUBDIR += gstreamer-plugins-spc SUBDIR += gstreamer-plugins-speex SUBDIR += gstreamer-plugins-vorbis 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" |