openbsd-ports/textproc/info2html/Makefile

22 lines
522 B
Makefile
Raw Normal View History

2002-03-21 16:25:50 -05:00
# $OpenBSD: Makefile,v 1.12 2002/03/21 21:25:53 espie Exp $
COMMENT= "translate GNU info files into HTML pages"
1998-05-21 21:10:39 -04:00
DISTNAME= info2html-1.1
1998-05-21 21:10:39 -04:00
CATEGORIES= textproc
MASTER_SITES= http://people.freebsd.org/~wosch/src/
2002-03-21 16:25:50 -05:00
NEED_VERSION= 1.515
1998-05-21 21:10:39 -04:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-05-21 21:10:39 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-04-21 19:24:53 -04:00
FAKE_FLAGS= PREFIX=${PREFIX}
2000-02-12 01:29:49 -05:00
post-install:
${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
1998-05-21 21:10:39 -04:00
.include <bsd.port.mk>