blob: 6126b45890fcd4b7058d06c52113c59ccc9b0936 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: gstreamer-plugins-gconf
# Date created: 10 Mar 2004
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/devel/gstreamer-plugins-gconf80/Makefile,v 1.2 2006/02/24 18:24:27 marcus Exp $
#
PORTREVISION= 3
CATEGORIES= devel
COMMENT= Gstreamer gconf plugin
GST_PLUGIN= gconf
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80
.include "${MASTERDIR}/Makefile"
|