blob: 9d17f2227b808dc250b88fb537995b3f858f6f86 (
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/devel/gstreamer-plugins-sdl/Makefile,v 1.5 2008/03/19 14:05:33 ahze Exp $
PORTREVISION= 0
CATEGORIES= devel
COMMENT= Gstreamer SDL plugin
GST_PLUGIN= sdl
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|