summaryrefslogtreecommitdiff
path: root/audio/tremor/Makefile
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2002-09-24 09:32:59 +0000
committerchris <chris@pkgsrc.org>2002-09-24 09:32:59 +0000
commit6de5bf269f12d75445f4075af6b71b951c328bb0 (patch)
tree571cb7e550240a425f731e544c0c1a409ed4d825 /audio/tremor/Makefile
parentc19c52d4e7e0d2ca1fbc9423b29678f24be421fc (diff)
downloadpkgsrc-6de5bf269f12d75445f4075af6b71b951c328bb0.tar.gz
Initial import of tremor, the fixed point ogg vorbis decoder lib.
Diffstat (limited to 'audio/tremor/Makefile')
-rw-r--r--audio/tremor/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile
new file mode 100644
index 00000000000..8c4f867d48a
--- /dev/null
+++ b/audio/tremor/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/24 09:33:00 chris Exp $
+
+DISTNAME= tremor_snapshot_020923
+PKGNAME= tremor-1.2.0
+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
+
+BUILD_DEPENDS= autoconf>=2.13:../../devel/autoconf
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+PLIST_SUBST+= DISTNAME=${DISTNAME}
+
+pre-configure:
+ cd ${WRKSRC} && ${SH} ./autogen.sh
+
+.include "../../mk/bsd.pkg.mk"