mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# New ports collection makefile for: gstreamer-plugins-lame
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= Gstreamer mp3 encode plugin
|
|
|
|
GST_PLUGIN= lame
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|