15 lines
283 B
Makefile
15 lines
283 B
Makefile
|
# New ports collection makefile for: gstreamer-plugins-jpeg
|
||
|
# Date created: 3 Oct 2004
|
||
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= graphics
|
||
|
|
||
|
GST_PLUGIN= jpeg
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|