diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-22 13:06:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-22 13:06:19 +0000 |
commit | 8ee23d3383f55071dfce549af072741f638cbf1d (patch) | |
tree | 50182a4fae58cbcb5b39b30ffa6b8f00cc7ccddb /audio/openal | |
parent | bf9c218650e79230982d977b7d50c7dc2ef1eb8b (diff) | |
download | pkgsrc-8ee23d3383f55071dfce549af072741f638cbf1d.tar.gz |
Set LICENSE, fix a pkglint warning.
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 342ee733572..890efcd802a 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/05/28 20:40:49 zafer Exp $ +# $NetBSD: Makefile,v 1.26 2011/08/22 13:06:19 wiz Exp $ DISTNAME= openal-0.0.8 PKGREVISION= 4 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openal.org/ COMMENT= 3D positional spatialized sound library +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -17,7 +18,7 @@ GNU_CONFIGURE= yes PTHREAD_AUTO_VARS= yes -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= ${PKGINFODIR} include/AL PKGCONFIG_OVERRIDE= admin/pkgconfig/openal.pc.in LIBS+= ${LIBOSSAUDIO} |