ports/textproc/info2html/Makefile

15 lines
312 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= translate GNU info files into HTML pages
DISTNAME= info2html-1.1
CATEGORIES= textproc
MASTER_SITES= https://people.freebsd.org/~wosch/src/
# public domain
PERMIT_PACKAGE= Yes
FAKE_FLAGS= PREFIX=${PREFIX}
post-install:
${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
.include <bsd.port.mk>