mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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)
33 lines
756 B
Makefile
33 lines
756 B
Makefile
# New ports collection makefile for: xmms-cdread
|
|
# Date created: 12 May 2003
|
|
# Whom: Sergey V. Belov <argail@csite.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-cdread
|
|
PORTVERSION= 0.14a
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/
|
|
|
|
MAINTAINER= argail@visit.ru
|
|
COMMENT= A XMMS input plugin for read AudioCD via IDE bus
|
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_GNOME= gtk12
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib"
|
|
|
|
PLIST_FILES= lib/xmms/Input/libcdread.so lib/xmms/Input/libcdread.la
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
|
|
|
|
.include <bsd.port.mk>
|