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
815 B
Makefile
33 lines
815 B
Makefile
# New ports collection makefile for: audio/xmms-defx
|
|
# Date created: 7 Jun 2005
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-defx
|
|
PORTVERSION= 0.9.9
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= defx
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= Multi-effects processor plug-in for XMMS
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
|
|
PLIST_FILES= lib/xmms/Effect/libdefx.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^MAKE=.*||; s|gcc|${CC}|; s|-O2|${CFLAGS} -fPIC|; \
|
|
s|gtk-config|${GTK_CONFIG}|' ${WRKSRC}/config.mak
|
|
@${REINPLACE_CMD} -e 's|-shared|-shared -fPIC|' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/lib/libdefx.so ${PREFIX}/lib/xmms/Effect
|
|
|
|
.include <bsd.port.mk>
|