mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
24 lines
558 B
Makefile
24 lines
558 B
Makefile
# Created by: kwm@rainbow-runner.nl
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libtremor
|
|
PORTVERSION= 1.2.0.s20040213
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/
|
|
DISTNAME= tremor_snapshot_${SNAP_DATE}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
|
|
|
|
SNAP_DATE= 02132004
|
|
WRKSRC= ${WRKDIR}/Tremor
|
|
USES= libtool:keepla tar:tgz
|
|
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
|
|
AUTOMAKE_ARGS= -a -c
|
|
LIBTOOLIZE_ARGS=-i -c
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|