freebsd-ports/audio/xmms-musepack/Makefile
Thomas Abthorpe 998e458a27 - Reassign to the heap due to mail bounces
With hat:	portmgr
2013-03-19 16:07:45 +00:00

28 lines
650 B
Makefile

# Created by: Walter Hop <walter@binity.com>
# $FreeBSD$
PORTNAME= xmms-musepack
PORTVERSION= 1.8.0
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://dl.slik.org/musepack/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS input plugin for playing MPC Musepack (.mpc, .mp+) files
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/xmms-mpegplus-1.8.0.so
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,gcc,${CC} ${CFLAGS} -fPIC," ${WRKSRC}/Makefile
post-install:
${STRIP_CMD} ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so
.include <bsd.port.post.mk>