summaryrefslogtreecommitdiff
path: root/audio/openal/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-03 07:03:15 +0000
committerwiz <wiz@pkgsrc.org>2007-01-03 07:03:15 +0000
commiteeaf8b28f8d1d46d627c7a6e3794ebd9b2a6f3de (patch)
tree6d342a05db8a5a27143430688b85d30d79027e35 /audio/openal/Makefile
parentc8118f5a246ae33fd57b3b9e52684f1a184115ec (diff)
downloadpkgsrc-eeaf8b28f8d1d46d627c7a6e3794ebd9b2a6f3de.tar.gz
Update to latest version, 0.0.8. Previous version was date-based (and thus
higher), so reset version dependency in buildlink3.mk to current one. No package affected. Changes: About two years of development, only described in ChangeLog AFAICT.
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r--audio/openal/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index 1f8ca948a85..74da5025414 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -1,26 +1,22 @@
-# $NetBSD: Makefile,v 1.18 2006/03/30 03:44:41 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2007/01/03 07:03:15 wiz Exp $
-DISTNAME= openal-20040816
-PKGREVISION= 1
+DISTNAME= openal-0.0.8
CATEGORIES= audio
-MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/ \
- http://www.smluc.org/~erik/ \
- http://csc.smsu.edu/~greenwald/
+MASTER_SITES= http://www.openal.org/openal_webstf/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.openal.org/
COMMENT= 3D positional spatialized sound library
-WRKSRC= ${WRKDIR}/${DISTNAME}/linux
USE_TOOLS+= gmake makeinfo
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INFO_FILES= # PLIST
-INSTALLATION_DIRS= ${PKGINFODIR}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/${PKGINFODIR}
+INSTALLATION_DIRS= ${PKGINFODIR} include/AL
+PKGCONFIG_OVERRIDE= admin/pkgconfig/openal.pc.in
+LIBS+= ${LIBOSSAUDIO}
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"