3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
33 lines
860 B
Makefile
33 lines
860 B
Makefile
# New ports collection makefile for: xmms-flac
|
|
# Date created: 2003-06-10
|
|
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-flac
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/flac
|
|
DISTNAME= flac-${PORTVERSION}
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= XMMS input plugin for playing FLAC files
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
|
|
FLAC.10:${PORTSDIR}/audio/flac
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
|
|
--with-ogg="${LOCALBASE}" \
|
|
--with-xmms-prefix="${LOCALBASE}"
|
|
MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static"
|
|
MAKE_ENV= MAKEOBJDIR=/nonexistent # ignore ${WRKSRC}/obj
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
# XXX
|
|
post-install:
|
|
${RM} ${PREFIX}/lib/xmms/Input/libxmms-flac.la
|
|
|
|
.include <bsd.port.mk>
|