freebsd-ports/audio/libtremor/Makefile
Tijl Coosemans a8b5d0f5dd - Fix PORTVERSION.
- USES=libtool.
- Replace pre-configure with USE_AUTOTOOLS.
- Remove do-install.
2014-02-09 12:53:39 +00:00

23 lines
546 B
Makefile

# Created by: kwm@rainbow-runner.nl
# $FreeBSD$
PORTNAME= libtremor
PORTVERSION= 1.2.0.s20040213
CATEGORIES= audio
MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/
DISTNAME= tremor_snapshot_${SNAP_DATE}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
SNAP_DATE= 02132004
WRKSRC= ${WRKDIR}/Tremor
USES= libtool
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
AUTOMAKE_ARGS= -a -c
LIBTOOLIZE_ARGS=-i -c
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>