blob: 23e847363f75c383f8e02b9c73ac7457c7b9dce0 (
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/multimedia/gstreamer-plugins-bz2/Makefile,v 1.6 2008/03/19 14:05:35 ahze Exp $
PORTREVISION= 2
CATEGORIES= multimedia
COMMENT= Gstreamer bz2 plugin
GST_PLUGIN= bz2
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|