diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
commit | d8e1e16e64701b6d51c9402ad779fd5560b8ce51 (patch) | |
tree | 266f139932061c245ade2aa3ef5c087c802dc5e3 /multimedia/gstreamer-plugins-dts80 | |
parent | 96ae3a6609c06c520d2aad7f2f89fb23d7b54e8e (diff) | |
download | ports-d8e1e16e64701b6d51c9402ad779fd5560b8ce51.tar.gz ports-d8e1e16e64701b6d51c9402ad779fd5560b8ce51.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-dts80')
-rw-r--r-- | multimedia/gstreamer-plugins-dts80/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-dts80/Makefile b/multimedia/gstreamer-plugins-dts80/Makefile new file mode 100644 index 000000000000..d0e2ee031834 --- /dev/null +++ b/multimedia/gstreamer-plugins-dts80/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-dts +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-dts80/Makefile,v 1.1 2006/01/20 02:56:05 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +COMMENT= Gstreamer dts plugin + +GST_PLUGIN= dts + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" |