blob: a149dfef3bae3a62268803b9202e274d32529f89 (
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-gio
# Date created: 21 April 2008
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/devel/gstreamer-plugins-gio/Makefile,v 1.1 2008/03/21 04:14:18 ahze Exp $
#
PORTREVISION= 0
CATEGORIES= devel
COMMENT= Gstreamer gio (Glib I/O) plugin
GST_PLUGIN= gio
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|