openbsd-ports/textproc/info2html/Makefile

19 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.13 2002/12/23 00:37:52 pvalchev Exp $
COMMENT= "translate GNU info files into HTML pages"
DISTNAME= info2html-1.1
CATEGORIES= textproc
MASTER_SITES= http://people.freebsd.org/~wosch/src/
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>