diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 15:04:58 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 15:04:58 +0000 |
commit | 3f91498e6d7300a519650d17a3b481c1fe9242fe (patch) | |
tree | c76a2de71bc88a1a41241b6a82fc5243a9ee8714 /sysutils | |
parent | 2020526dd26217646588f0fb1cc12ff9f2400561 (diff) | |
download | ports-3f91498e6d7300a519650d17a3b481c1fe9242fe.tar.gz ports-3f91498e6d7300a519650d17a3b481c1fe9242fe.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-cdio/Makefile | 17 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-cdio80/Makefile | 17 |
3 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 41661681b9ff..34fd05ac8331 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -202,6 +202,7 @@ SUBDIR += growspd SUBDIR += grub SUBDIR += gstopd + SUBDIR += gstreamer-plugins-cdio SUBDIR += gtk-imonc SUBDIR += gtk-send-pr SUBDIR += gtoaster diff --git a/sysutils/gstreamer-plugins-cdio/Makefile b/sysutils/gstreamer-plugins-cdio/Makefile new file mode 100644 index 000000000000..a342c79e8fcb --- /dev/null +++ b/sysutils/gstreamer-plugins-cdio/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-cdio +# Date created: 5 July 2005 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= Gstreamer compact disc input and control library + +GST_PLUGIN= cdio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/gstreamer-plugins-cdio80/Makefile b/sysutils/gstreamer-plugins-cdio80/Makefile new file mode 100644 index 000000000000..a342c79e8fcb --- /dev/null +++ b/sysutils/gstreamer-plugins-cdio80/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-cdio +# Date created: 5 July 2005 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= Gstreamer compact disc input and control library + +GST_PLUGIN= cdio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |