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)
41 lines
837 B
Makefile
41 lines
837 B
Makefile
# New ports collection makefile for: xmms-kj
|
|
# Date created: 18 November 2002
|
|
# Whom: Kay Lehmann
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-kj
|
|
PORTVERSION= 0.95
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.csse.monash.edu.au/~timf/
|
|
DISTNAME= kint_xmms-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= This is a plugin that adds K-Joefol-Skinsupport to xmms
|
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-patch:
|
|
${RM} -f ${PATCHDIR}/*.bak
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/makefile
|
|
|
|
do-build:
|
|
cd ${WRKSRC} && $(MAKE)
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && $(MAKE) install
|
|
|
|
.include <bsd.port.post.mk>
|