From af4fdaea20a298f21d684c6fcfb9492c25c04131 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 5 Feb 2017 13:10:05 +0000 Subject: - Fix LICENSE - Add LICENSE_FILE --- audio/openal-soft/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/openal-soft/Makefile') 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 \ -- cgit v1.2.3