blob: 99a108019c2e1cda82b401aa48e5a9b613503d74 (
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-annodex
# Date created: 14 Feb 2008
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/textproc/gstreamer-plugins-annodex/Makefile,v 1.3 2008/03/19 14:05:38 ahze Exp $
#
PORTREVISION= 2
CATEGORIES= textproc
COMMENT= Gstreamer annodex xml plugin
GST_PLUGIN= annodex
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|