pkgsrc/audio/flac/Makefile
wiz c1eb52c910 Update to 1.1.0: This release adds ReplayGain and cue sheet support,
and improves 24-bit compression, tag editing in the plugins, and
decoding to AIFF.
2003-02-14 23:25:32 +00:00

28 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/02/14 23:25:32 wiz Exp $
#
DISTNAME= flac-1.1.0
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= audio archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
MAINTAINER= collver1@attbi.com
HOMEPAGE= http://flac.sourceforge.net
COMMENT= free lossless audio codec
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
.endif
USE_BUILDLINK2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_XMMS_CONFIG="no"
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../audio/libogg/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"