mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +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)
50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# New ports collection makefile for: xmms-imms
|
|
# Date created: Wed Feb 11 17:11:37 EST 2004
|
|
# Whom: Brian Feldman <green@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imms
|
|
PORTVERSION= 1.2a
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= xmms-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Automatic, weight-based playlist ordering plugin for XMMS
|
|
|
|
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
|
${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
|
|
sqlite3:${PORTSDIR}/databases/sqlite3 \
|
|
pcre.0:${PORTSDIR}/devel/pcre \
|
|
fftw3f.4:${PORTSDIR}/math/fftw3-float \
|
|
tag.5:${PORTSDIR}/audio/taglib
|
|
|
|
BROKEN= does not configure
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk12
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= autoheader:261 autoconf:261
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
.if defined(WITH_DEBUG)
|
|
CONFIGURE_ARGS+=--enable-debug
|
|
.endif
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} != "i386" || ${OSVERSION} >= 700000
|
|
BROKEN= Does not compile
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/vars.mk.in
|
|
|
|
.include <bsd.port.post.mk>
|