diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 22:26:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 22:26:19 +0000 |
commit | 4c3492553788d9fec356e56b10ffddb67870b0ff (patch) | |
tree | 6ceca63cd1a0572a82723f49e96761d08b389c12 /audio/gstreamer-plugins-cdaudio | |
parent | f1a179c29193132f38d87810bffbbcb12384dc5f (diff) | |
download | ports-4c3492553788d9fec356e56b10ffddb67870b0ff.tar.gz ports-4c3492553788d9fec356e56b10ffddb67870b0ff.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-cdaudio')
-rw-r--r-- | audio/gstreamer-plugins-cdaudio/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile new file mode 100644 index 000000000000..0b73161a4944 --- /dev/null +++ b/audio/gstreamer-plugins-cdaudio/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-cdaudio +# Date created: 22 Dec 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer frontend to libcdaudio + +GST_PLUGIN= cdaudio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |