openbsd-ports/textproc/info2html/Makefile

22 lines
522 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2001/05/06 04:11:43 lebel 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/
NEED_VERSION= 1.402
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>