18 lines
396 B
Makefile
18 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.19 2013/08/06 18:43:15 naddy Exp $
|
|
|
|
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_CDROM= Yes
|
|
FAKE_FLAGS= PREFIX=${PREFIX}
|
|
USE_GROFF = Yes
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|