aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libtremor/Makefile
blob: 3a2d376a4514587c1b4d0ac6aeb2dc460a40e103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Integer-only fully Ogg Vorbis compliant decoder library

SNAP_DATE=  02132004
WRKSRC=     ${WRKDIR}/Tremor
USES=       libtool:keepla
USE_AUTOTOOLS=  aclocal automake autoconf libtoolize
AUTOMAKE_ARGS=  -a -c
LIBTOOLIZE_ARGS=-i -c
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

.include <bsd.port.mk>