diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-07 03:32:35 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-07 03:32:35 +0800 |
commit | d9a242808b723ef1710d2630c907bc147496ba6f (patch) | |
tree | 54eed5b4ff2ab560ade4ab841c434288284fafb9 /www/gstreamer-plugins-neon | |
parent | 15baafc16b3bf88df51fa1dadde8131d25ff1481 (diff) | |
download | marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.gz marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.bz2 marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.lz marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.xz marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.zst marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.zip |
- Add gstreamer-plugins-neon
- Back up the date created in bz2 plugin
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6514 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gstreamer-plugins-neon')
-rw-r--r-- | www/gstreamer-plugins-neon/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/gstreamer-plugins-neon/Makefile b/www/gstreamer-plugins-neon/Makefile new file mode 100644 index 000000000..7f7d509aa --- /dev/null +++ b/www/gstreamer-plugins-neon/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-neon +# Date created: 6 July 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= www + +COMMENT= Gstreamer neon plugin + +GST_PLUGIN= neon + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |