blob: db433bc32bc8e3018c7ba93a24e26ff8795bf912 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= graphics
PKGNAMESUFFIX= 1-plugins-gdkpixbuf
COMMENT= Gstreamer image decoder plugin
GST_PLUGIN= gdk_pixbuf
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
.include "${MASTERDIR}/Makefile"
|