blob: d8345817b2776e03ddacae0b7ab07fde2ddd85a9 (
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-neon
# Date created: 6 July 2006
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/www/gstreamer-plugins-neon/Makefile,v 1.5 2008/03/19 14:05:38 ahze Exp $
#
PORTREVISION= 0
CATEGORIES= www
COMMENT= Gstreamer neon plugin
GST_PLUGIN= neon
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|