summaryrefslogtreecommitdiff
path: root/converters/xlhtml/Makefile
blob: 6ab9f1f2043d5a3cd6937d903308d5fc5f7a2dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.14 2008/07/14 12:56:00 joerg Exp $
#

DISTNAME=		xlhtml-0.5
PKGREVISION=		1
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

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=		YES
USE_TOOLS+=		gmake

# fabs
LIBS.SunOS+=		-lm

.include "../../mk/bsd.pkg.mk"