blob: dfc0adce0515905e421ae0c94214e397b0e5dab3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/sysutils/gstreamer-plugins-hal/Makefile,v 1.6 2008/03/19 14:05:38 ahze Exp $
PORTREVISION= 0
CATEGORIES= sysutils
COMMENT= Gstreamer hal plugin
GST_PLUGIN= hal
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|