15 lines
312 B
Makefile
Raw Normal View History

COMMENT= translate GNU info files into HTML pages
1998-05-22 01:10:39 +00:00
DISTNAME= info2html-1.1
1998-05-22 01:10:39 +00:00
CATEGORIES= textproc
MASTER_SITES= https://people.freebsd.org/~wosch/src/
1998-05-22 01:10:39 +00:00
2003-11-15 15:12:53 +00:00
# public domain
PERMIT_PACKAGE= Yes
2000-04-21 23:24:53 +00:00
FAKE_FLAGS= PREFIX=${PREFIX}
2000-02-12 06:29:49 +00:00
post-install:
${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
1998-05-22 01:10:39 +00:00
.include <bsd.port.mk>