blob: 8fc7d962c607141918d2e1f27ccc6c59e8ad8097 (
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/graphics/gstreamer-plugins-libvisual/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
PORTREVISION= 3
CATEGORIES= graphics
COMMENT= Gstreamer libvisual plugin
GST_PLUGIN= libvisual
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|