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