mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
35 lines
837 B
Makefile
35 lines
837 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
|
|
PORTREVISION= 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_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
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
# XXX
|
|
post-install:
|
|
${RM} ${PREFIX}/lib/xmms/Input/libxmms-flac.la
|
|
|
|
.include <bsd.port.mk>
|