mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9e8d18edb2
Add new plugins x264. Approved by: maintainer (implicit)
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# New ports collection makefile for: gstreamer-plugins-libpng
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= graphics
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Gstreamer png plugin
|
|
|
|
GST_PLUGIN= libpng
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|