summaryrefslogtreecommitdiff
path: root/textproc/html2text/Makefile
blob: f210d2c122cf6ade9e21af6566cc703583a96217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:36 jlam Exp $

DISTNAME=	html2text-1.3.2a
CATEGORIES=	textproc
MASTER_SITES=	http://userpage.fu-berlin.de/~mbayer/tools/

MAINTAINER=	rh@NetBSD.org
HOMEPAGE=	http://userpage.fu-berlin.de/~mbayer/tools/html2text.html
COMMENT=	Advanced HTML-to-text converter

USE_LANGUAGES=		c c++
GCC_REQD=		3.0
HAS_CONFIGURE=		yes
CONFIGURE_ENV+=		ECHO="${ECHO}"
PKGSRC_USE_TOOLS+=	gunzip
INSTALLATION_DIRS=	bin man/man1 man/man5

post-build:
	${GUNZIP_CMD} -d ${WRKSRC}/html2text.1.gz ${WRKSRC}/html2textrc.5.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/html2text ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/html2text.1 ${PREFIX}/man/man1
	${INSTALL_MAN} ${WRKSRC}/html2textrc.5 ${PREFIX}/man/man5/html2textrc.5

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