aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-05 13:10:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-05 13:10:05 +0000
commitaf4fdaea20a298f21d684c6fcfb9492c25c04131 (patch)
tree86f8814fb1b6772c64460063c0a1f19e31b063c1 /audio/openal-soft/Makefile
parentc95eb7fddf013727ae7dbda50ad868551f067b68 (diff)
downloadports-af4fdaea20a298f21d684c6fcfb9492c25c04131.tar.gz
ports-af4fdaea20a298f21d684c6fcfb9492c25c04131.zip
- Fix LICENSE
- Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=433401
Diffstat (limited to 'audio/openal-soft/Makefile')
-rw-r--r--audio/openal-soft/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index 25cf97bb7b62..f2415de81abf 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -9,13 +9,14 @@ MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Software implementation of the OpenAL specification
-LICENSE= LGPL20
+LICENSE= LGPL20+
+LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= openal-200[0-9]*
USES= tar:bzip2 cmake compiler:c11
USE_LDCONFIG= yes
-CMAKE_ARGS+= -DSHARE_INSTALL_DIR:STRING=${ETCDIR} \
+CMAKE_ARGS= -DSHARE_INSTALL_DIR:STRING=${ETCDIR} \
-DALSOFT_REQUIRE_JACK:BOOL=OFF \
-DALSOFT_REQUIRE_OSS:BOOL=ON \
-DALSOFT_REQUIRE_SOLARIS:BOOL=OFF \