6910bf819a
these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
28 lines
710 B
Makefile
28 lines
710 B
Makefile
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-defx
|
|
PORTVERSION= 0.9.9
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/defx/defx/${PORTVERSION}
|
|
|
|
MAINTAINER= c.petrik.sosa@gmail.com
|
|
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>
|