46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.10 2000/10/22 15:43:36 espie Exp $
|
|
|
|
DISTNAME= info2html-1.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://people.freebsd.org/~wosch/src/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
FAKE_FLAGS= PREFIX=${PREFIX}
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|