mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
16 lines
369 B
Makefile
16 lines
369 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/audio/gstreamer-plugins-faac/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin
|
|
|
|
GST_PLUGIN= faac
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
NO_STAGE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|