pkgsrc/audio/tremor/Makefile
chris fdb7dfcdb3 Update tremor library to latest version (is a few months old, I've had the
update for a while)

Changes are mostly optisations, also changes in how memory is managed with
a view to using the minimum amount necessary.
2003-06-29 16:54:03 +00:00

30 lines
796 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/06/29 16:54:03 chris Exp $
DISTNAME= tremor_snapshot_030406
PKGNAME= tremor-1.0.2
PKGREVISION= 3
WRKSRC= ${WRKDIR}/Tremor
CATEGORIES= devel audio
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/
EXTRACT_SUFX= .tgz
MAINTAINER= chris@netbsd.org
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Fixed point decoding library for the Ogg Vorbis audio encoding format
AUTOMAKE_REQD= 1.4
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
#LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PLIST_SUBST+= DISTNAME=${DISTNAME}
pre-configure:
cd ${WRKSRC} && ${ACLOCAL}
cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize --automake
cd ${WRKSRC} && ${AUTOMAKE} --add-missing
cd ${WRKSRC} && ${AUTOCONF}
.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"