14 lines
235 B
Makefile
14 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
PKGNAMESUFFIX= 1-plugins-png
|
|
|
|
COMMENT= Gstreamer png plugin
|
|
|
|
GST_PLUGIN= libpng
|
|
DIST= good
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|