blob: 2308f6bb731302cca57fe7c2b45c26e6c034ba36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/gstreamer-plugins-gconf/Makefile,v 1.6 2008/03/19 14:05:33 ahze Exp $
PORTREVISION= 1
CATEGORIES= devel
COMMENT= Gstreamer gconf plugin
GST_PLUGIN= gconf
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|