diff options
Diffstat (limited to 'audio/tremor/Makefile')
-rw-r--r-- | audio/tremor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index e8d2de730f5..0636148598f 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:23:35 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:07:43 agc 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 @@ -12,6 +11,7 @@ MAINTAINER= chris@NetBSD.org HOMEPAGE= http://www.xiph.org/ogg/vorbis/ COMMENT= Fixed point decoding library for the Ogg Vorbis audio encoding format +WRKSRC= ${WRKDIR}/Tremor AUTOMAKE_REQD= 1.4 GNU_CONFIGURE= yes USE_GMAKE= yes |