blob: dd95d1cd917c6cfa18242afeab6db7c1865892c9 (
plain) (
blame)
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= 2
CATEGORIES= graphics
PKGNAMESUFFIX= -plugins-gdkpixbuf
COMMENT= Gstreamer image decoder plugin
GST_PLUGIN= gdk_pixbuf
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|