diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:16:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:16:10 +0000 |
commit | daf4cc81e4d055f630943b557402293b79680953 (patch) | |
tree | 8478681967016f816092cb7e0ded4578aa26bd4e /graphics/gstreamer-plugins-libmng | |
parent | ffcbb5ca66c4bee1c2b113913a1208cd9f034a27 (diff) | |
download | ports-daf4cc81e4d055f630943b557402293b79680953.tar.gz ports-daf4cc81e4d055f630943b557402293b79680953.zip |
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-libmng')
-rw-r--r-- | graphics/gstreamer-plugins-libmng/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-libmng/Makefile b/graphics/gstreamer-plugins-libmng/Makefile new file mode 100644 index 000000000000..01a14eae1424 --- /dev/null +++ b/graphics/gstreamer-plugins-libmng/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: gstreamer-plugins-libmng +# Date created: 6 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 2 + +CATEGORIES= graphics + +GST_PLUGIN= libmng + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |