freebsd-ports/audio/xmms-flac/Makefile
Christian Weisgerber e8c58c6b92 Update to FLAC 1.1.2. Notable changes:
* better Ogg FLAC support
* speedups
* several new options to flac and metaflac
* several API additions
* streaming support in the XMMS plugin
* bugfixes
2005-03-16 14:49:23 +00:00

37 lines
823 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.1.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= flac
DISTNAME= flac-${PORTVERSION}
MAINTAINER= naddy@FreeBSD.org
COMMENT= XMMS input plugin for playing FLAC files
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
FLAC.7:${PORTSDIR}/audio/flac
USE_X_PREFIX= yes
USE_INC_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}" \
--with-xmms-prefix="${X11BASE}"
MAKEFILE= ${FILESDIR}/Makefile
# "obj" is magic to our make(1)
post-configure:
@${RM} -rf ${WRKSRC}/obj
# XXX
post-install:
@${RM} ${PREFIX}/lib/xmms/Input/libxmms-flac.la
.include <bsd.port.mk>