blob: b3f8331381e18e1038a938a681724d2cc65fb175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/graphics/gstreamer-plugins-gdkpixbuf/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $
PORTREVISION= 3
CATEGORIES= graphics
PKGNAMESUFFIX= -plugins-gdkpixbuf
COMMENT= Gstreamer image decoder plugin
GST_PLUGIN= gdk_pixbuf
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|