diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-19 14:15:46 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-19 14:15:46 +0000 |
commit | 7482c4a4e3a628bfd779789f8d56deccf31b522d (patch) | |
tree | 3ca0739010e818871fb7dcd04706cf9ce23e35a0 /audio/gstreamer-plugins-nas | |
parent | 126c7e8ba2883a7908784419267932d96bf05db1 (diff) |
- Readd gstreamer-plugins-nas
Notes
Notes:
svn path=/head/; revision=193881
Diffstat (limited to 'audio/gstreamer-plugins-nas')
-rw-r--r-- | audio/gstreamer-plugins-nas/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile new file mode 100644 index 000000000000..997daaec8e58 --- /dev/null +++ b/audio/gstreamer-plugins-nas/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-nas +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= GStreamer NAS (Network Audio System) plugin + +GST_PLUGIN= nas + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |