1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/gstreamer-plugins-fluendo-mp3/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

25 lines
637 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.5
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
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>