diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-17 20:29:05 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-17 20:29:05 +0800 |
commit | a23c156c96a1f6b3747f126ae5cfc945e4e78e4a (patch) | |
tree | 54f5012f6bff5aefc73ae3d68cbc07e567f67c6f /sysutils/gstreamer-plugins-hal | |
parent | 7ee889a79d66f631aad176cc07bc8d6400b3447d (diff) | |
download | marcuscom-ports-a23c156c96a1f6b3747f126ae5cfc945e4e78e4a.tar marcuscom-ports-a23c156c96a1f6b3747f126ae5cfc945e4e78e4a.tar.gz marcuscom-ports-a23c156c96a1f6b3747f126ae5cfc945e4e78e4a.tar.bz2 marcuscom-ports-a23c156c96a1f6b3747f126ae5cfc945e4e78e4a.tar.lz marcuscom-ports-a23c156c96a1f6b3747f126ae5cfc945e4e78e4a.tar.xz marcuscom-ports-a23c156c96a1f6b3747f126ae5cfc945e4e78e4a.tar.zst marcuscom-ports-a23c156c96a1f6b3747f126ae5cfc945e4e78e4a.zip |
- Add gstreamer-plugins-hal
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6282 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gstreamer-plugins-hal')
-rw-r--r-- | sysutils/gstreamer-plugins-hal/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/gstreamer-plugins-hal/Makefile b/sysutils/gstreamer-plugins-hal/Makefile new file mode 100644 index 000000000..8abed37b2 --- /dev/null +++ b/sysutils/gstreamer-plugins-hal/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-hal +# Date created: 16 May 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD +# $MCom$ +# + +CATEGORIES= sysutils +PORTREVISION= 0 + +COMMENT= Gstreamer hal plugin + +GST_PLUGIN= hal + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |