openbsd-ports/textproc/info2html/Makefile

22 lines
522 B
Makefile

# $OpenBSD: Makefile,v 1.11 2001/05/06 04:11:43 lebel Exp $
COMMENT= "translate GNU info files into HTML pages"
DISTNAME= info2html-1.1
CATEGORIES= textproc
MASTER_SITES= http://people.freebsd.org/~wosch/src/
NEED_VERSION= 1.402
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= PREFIX=${PREFIX}
post-install:
${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
.include <bsd.port.mk>