summaryrefslogtreecommitdiff
path: root/www/htmldoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/htmldoc/Makefile')
-rw-r--r--www/htmldoc/Makefile28
1 files changed, 5 insertions, 23 deletions
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile
index 3a079ef1b02..8acc1117c96 100644
--- a/www/htmldoc/Makefile
+++ b/www/htmldoc/Makefile
@@ -1,30 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2002/03/17 15:43:43 fredb Exp $
+# $NetBSD: Makefile,v 1.17 2002/05/06 21:42:37 seb Exp $
#
-DISTNAME= htmldoc-1.7-source
-PKGNAME= htmldoc-1.7
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/htmldoc-1.7
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/1.7/
+PKGNAME= htmldoc-${HTMLDOC_VERSION}
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.easysw.com/~mike/htmldoc/
COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.2.1:../../graphics/png
+CONFIGURE_ARGS+= --without-gui --without-x
-NOT_FOR_PLATFORM= NetBSD-1.[3-4]*-alpha #ps-pdf.cpp:3229: Internal compiler error. on 1.4 - 1.7 unknown
+CONFLICTS= htmldoc-x11-[0-9]*
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-x
-CPPFLAGS+= -L${LOCALBASE}/lib
-MAKE_ENV+= BINDIR=${PREFIX}/bin \
- MANDIR=${PREFIX}/man
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/htmldoc ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/htmldoc.1 ${PREFIX}/man/man1
-
-.include "../../mk/bsd.pkg.mk"
+.include "${.CURDIR}/Makefile.common"