blob: 524aad598ef9fa38503db2a4726a1b8134a18b7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/gstreamer-plugins-soup/Makefile,v 1.3 2008/03/19 14:05:33 ahze Exp $
PORTREVISION= 2
CATEGORIES= devel
COMMENT= Gstreamer soup http src plugin
GST_PLUGIN= soup
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|