blob: 0e9dd0d63ce99a6bc510105e3842d197fb1ea44c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/gstreamer-plugins-gnomevfs/Makefile,v 1.6 2008/03/21 04:01:31 ahze Exp $
PORTREVISION= 1
CATEGORIES= devel
COMMENT= Gstreamer gnomevfs plugin
GST_PLUGIN= gnomevfs
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|