From c44aadf272e21538fe8b9b355649b33fb3d68ac7 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 19 Sep 2010 15:22:02 +0000 Subject: Add a LICENSE of LGPL 2.1 or LPGL 3. Wine is LGPL 2.1 or later, but our license framework is not yet able to handle that nicely yet. Submitted by: Alex Kozlov (originally) --- emulators/wine/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emulators/wine/Makefile') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 91c6a4170507..038eb6bce992 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -25,6 +25,10 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ png.6:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ --with-glu --with-opengl --with-xrandr \ @@ -131,7 +135,7 @@ post-install: ${LN} -sf libwine.so.1 ${PREFIX}/lib/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} -.for i in README ANNOUNCE AUTHORS LICENSE +.for i in README ANNOUNCE AUTHORS @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor @${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${DOCSDIR}/README.winedbg -- cgit v1.2.3