openbsd-ports/www/man2web/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

29 lines
684 B
Makefile

# $OpenBSD: Makefile,v 1.6 2007/09/15 20:38:22 merdely Exp $
COMMENT= convert man pages to HTML
DISTNAME= man2web-0.88
CATEGORIES= www
HOMEPAGE= http://man2web.sourceforge.net/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=man2web/}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-distro=openbsd-3
CONFIGURE_ARGS+= --disable-lynx # requires lynxcgi support
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/helpers
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \
sysconfdir=${PREFIX}/share/examples/man2web
.include <bsd.port.mk>