mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
660 B
Makefile
26 lines
660 B
Makefile
# New ports collection makefile for: gstreamer-plugins-fluendo-mp3
|
|
# Date created: 2007-02-25
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gstreamer-plugins-fluendo-mp3
|
|
PORTVERSION= 0.10.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
|
|
DISTNAME= gst-fluendo-mp3-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Mp3 gstreamer plugin from fluendo
|
|
|
|
CFLAGS:= ${CFLAGS} -O2
|
|
USE_GSTREAMER= yes
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.a \
|
|
lib/gstreamer-0.10/libgstflump3dec.la \
|
|
lib/gstreamer-0.10/libgstflump3dec.so
|
|
|
|
.include <bsd.port.mk>
|