14 lines
230 B
Makefile
14 lines
230 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTREVISION= 0
|
||
|
CATEGORIES= audio
|
||
|
|
||
|
COMMENT= Gstreamer High-quality free MP2 encoder plugin
|
||
|
|
||
|
GST_PLUGIN= twolame
|
||
|
DIST= ugly
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|