From 6568c53415a9fb39c0a25ca9905fac42b2afe575 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 31 Aug 2015 21:48:31 +0000 Subject: - Clarify license (GPL for tools, LGPL for lib) - Pet portlint - Switch to options helpers - Fix install commands Approved by: portmgr blanket --- devel/liblouisxml/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'devel') diff --git a/devel/liblouisxml/Makefile b/devel/liblouisxml/Makefile index 30c3cee213af..c9f951c1dedc 100644 --- a/devel/liblouisxml/Makefile +++ b/devel/liblouisxml/Makefile @@ -10,13 +10,14 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= wen@FreeBSD.org COMMENT= Library Provide Complete Braille Transcription Services -LICENSE= GPLv3 +LICENSE= LGPL3 GPLv3 # or later +LICENSE_COMB= multi RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash LIB_DEPENDS= liblouis.so:${PORTSDIR}/devel/liblouis GNU_CONFIGURE= yes -USES= pkgconfig gmake libtool +USES= gmake libtool pkgconfig USE_LDCONFIG= yes USE_GNOME= libxml2 USE_GCC= yes @@ -25,8 +26,6 @@ INFO= liblouisxml OPTIONS_DEFINE= DOCS -.include - post-extract: @${REINPLACE_CMD} -e \ 's#@libdir@#${PREFIX}/libdata#g' ${WRKSRC}/Makefile.in @@ -37,12 +36,12 @@ post-build: .endfor post-install: -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/liblouisxml.info ${STAGEDIR}${PREFIX}/info + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in liblouisxml.html liblouisxml.txt - ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}/ .endfor -.endif - ${INSTALL_MAN} ${WRKSRC}/doc/liblouisxml.info ${STAGEDIR}${PREFIX}/info .include -- cgit