18 lines
395 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:42:42 espie Exp $
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= http://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_CDROM= Yes
2000-04-21 23:24:53 +00:00
FAKE_FLAGS= PREFIX=${PREFIX}
2010-11-20 19:56:47 +00:00
USE_GROFF = Yes
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>