diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 01:07:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 01:07:06 +0000 |
commit | 06a5ad6af05b5f0c3e5e9a9dadca2a28928da419 (patch) | |
tree | 0c91d97128510f31bf28d4a630c856c8c16d73a0 /audio/gstreamer-plugins-shout2 | |
parent | 550b7c90c8fba6818879526e327ac933bf6bd53f (diff) | |
download | ports-06a5ad6af05b5f0c3e5e9a9dadca2a28928da419.tar.gz ports-06a5ad6af05b5f0c3e5e9a9dadca2a28928da419.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-shout2')
-rw-r--r-- | audio/gstreamer-plugins-shout2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-shout2/Makefile b/audio/gstreamer-plugins-shout2/Makefile new file mode 100644 index 000000000000..dd26475a1497 --- /dev/null +++ b/audio/gstreamer-plugins-shout2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-shout2 +# Date created: 16 Mar 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio + +GST_PLUGIN= shout2 + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |