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 /devel | |
parent | ffcbb5ca66c4bee1c2b113913a1208cd9f034a27 (diff) | |
download | ports-daf4cc81e4d055f630943b557402293b79680953.tar.gz ports-daf4cc81e4d055f630943b557402293b79680953.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/gstreamer-plugins-gnomevfs/Makefile | 14 | ||||
-rw-r--r-- | devel/gstreamer-plugins-gnomevfs80/Makefile | 14 | ||||
-rw-r--r-- | devel/gstreamer-plugins-sdl/Makefile | 14 | ||||
-rw-r--r-- | devel/gstreamer-plugins-sdl80/Makefile | 14 |
5 files changed, 58 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0c1a06cf66cc..cc7ef8c91524 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -320,6 +320,8 @@ SUBDIR += gperf SUBDIR += gputils SUBDIR += gsoap + SUBDIR += gstreamer-plugins-gnomevfs + SUBDIR += gstreamer-plugins-sdl SUBDIR += gtgt SUBDIR += gtranslator SUBDIR += guikachu diff --git a/devel/gstreamer-plugins-gnomevfs/Makefile b/devel/gstreamer-plugins-gnomevfs/Makefile new file mode 100644 index 000000000000..e6eb67003155 --- /dev/null +++ b/devel/gstreamer-plugins-gnomevfs/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-gnomevfs +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +GST_PLUGIN= gnomevfs + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/devel/gstreamer-plugins-gnomevfs80/Makefile b/devel/gstreamer-plugins-gnomevfs80/Makefile new file mode 100644 index 000000000000..e6eb67003155 --- /dev/null +++ b/devel/gstreamer-plugins-gnomevfs80/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-gnomevfs +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +GST_PLUGIN= gnomevfs + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/devel/gstreamer-plugins-sdl/Makefile b/devel/gstreamer-plugins-sdl/Makefile new file mode 100644 index 000000000000..2a626547a90b --- /dev/null +++ b/devel/gstreamer-plugins-sdl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-sdl +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +GST_PLUGIN= sdl + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/devel/gstreamer-plugins-sdl80/Makefile b/devel/gstreamer-plugins-sdl80/Makefile new file mode 100644 index 000000000000..2a626547a90b --- /dev/null +++ b/devel/gstreamer-plugins-sdl80/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-sdl +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +GST_PLUGIN= sdl + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |