15 lines
312 B
Makefile
15 lines
312 B
Makefile
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>
|