freebsd-ports/audio/gstreamer-plugins-fluendo-mp3/Makefile
Baptiste Daroussin c5f8dd3b6d - update to 0.10.16
- update WWW

Feature safe:	yes
2011-12-06 12:42:14 +00:00

25 lines
618 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.16
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
LICENSE= MIT
CFLAGS:= ${CFLAGS} -O2
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \
lib/gstreamer-0.10/libgstflump3dec.so
.include <bsd.port.mk>