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