14 lines
232 B
Makefile
14 lines
232 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTREVISION= 0
|
||
|
CATEGORIES= sysutils
|
||
|
|
||
|
COMMENT= Gstreamer compact disc input and control library
|
||
|
|
||
|
GST_PLUGIN= cdio
|
||
|
DIST= ugly
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|