pkgsrc/converters/xlhtml/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

19 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/05/22 20:07:44 jlam Exp $
#
DISTNAME= xlhtml-0.5
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/}
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://chicago.sourceforge.net/xlhtml/
COMMENT= Microsoft xls/ppt to HTML converter
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
# fabs
LIBS.SunOS+= -lm
.include "../../mk/bsd.pkg.mk"