mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +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)
37 lines
828 B
Makefile
37 lines
828 B
Makefile
# New ports collection makefile for: xmms-mac
|
|
# Date Created: 23 February 2005
|
|
# Whom: <arundel@h3c.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mac
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= CENKES
|
|
PKGNAMEPREFIX= xmms-
|
|
DISTNAME= xmms-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= arundel@h3c.de
|
|
COMMENT= Monkey's Audio Codec non-win32 port
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
|
|
mac.2:${PORTSDIR}/audio/mac
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS}"
|
|
USE_AUTOTOOLS= autoconf:261
|
|
CPPFLAGS+= "-I${LOCALBASE}/include"
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/xmms/Input/libxmms-mac.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/aclocal.m4
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/src/.libs/libxmms-mac.so ${PREFIX}/lib/xmms/Input
|
|
|
|
.include <bsd.port.mk>
|