blob: 7f6ae2917ee077218f98b604fe05be0f4a6c437a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
CATEGORIES= audio
COMMENT= Gstreamer High-quality free MP2 encoder plugin
GST_PLUGIN= twolame
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|