mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +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)
33 lines
726 B
Makefile
33 lines
726 B
Makefile
# New ports collection makefile for: xmms-musepack
|
|
# Date created: 15 Mar 2002
|
|
# Whom: 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= wh@slik.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>
|