freebsd-ports/audio/xmms-cdread/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

32 lines
731 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
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>