Tue Jan 2 23:23:35 2018 UTC ()
Added missing LICENSE variable.


(rillig)
diff -r1.16 -r1.17 pkgsrc/converters/xlhtml/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/converters/xlhtml/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/xlhtml/Makefile 2012/10/03 00:20:18 1.16
+++ pkgsrc/converters/xlhtml/Makefile 2018/01/02 23:23:35 1.17
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.16 2012/10/03 00:20:18 asau Exp $ 1# $NetBSD: Makefile,v 1.17 2018/01/02 23:23:35 rillig Exp $
2# 2#
3 3
4DISTNAME= xlhtml-0.5 4DISTNAME= xlhtml-0.5
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= converters 6CATEGORIES= converters
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/}
8EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://chicago.sourceforge.net/xlhtml/ 11HOMEPAGE= http://chicago.sourceforge.net/xlhtml/
12COMMENT= Microsoft xls/ppt to HTML converter 12COMMENT= Microsoft xls/ppt to HTML converter
 13LICENSE= gnu-gpl-v2
13 14
14GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
15USE_TOOLS+= gmake csh:run 16USE_TOOLS+= gmake csh:run
16 17
17REPLACE_CSH= xlhtml/nsxlview xlhtml/nsopen xlhtml/gpdemo 18REPLACE_CSH= xlhtml/nsxlview xlhtml/nsopen xlhtml/gpdemo
18REPLACE_CSH+= ppthtml/nspptview 19REPLACE_CSH+= ppthtml/nspptview
19 20
20# fabs 21# fabs
21LIBS.SunOS+= -lm 22LIBS.SunOS+= -lm
22 23
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"