schwarze aa8702b79b We repeatedly received requests to change various OpenBSD manuals
based on questionable advice provided by igor(1), so clarify the
purpose and the limitations of the port in the DESCR and bump.
Using wording tweaks from tb@.
OK tb@ and no objection from jmc@.
2017-12-13 16:45:04 +00:00

28 lines
672 B
Makefile

# $OpenBSD: Makefile,v 1.6 2017/12/13 16:45:04 schwarze Exp $
COMMENT = FreeBSD Documentation Project sanity check script
VERSION = 1.595
REVISION = 0
DISTNAME = igor-${VERSION}
CATEGORIES = textproc
HOMEPAGE = http://www.wonkity.com/~wblock/igor/
MAINTAINER = Ingo Schwarze <schwarze@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://docscripts.glenbarber.us/tags/igor/${VERSION}/
NO_BUILD = Yes
NO_TEST = Yes
post-patch:
sed -i 's,/usr/local/etc,${SYSCONFDIR},g' \
${WRKSRC}/igor ${WRKSRC}/igor.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/igor ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/igor.1 ${PREFIX}/man/man1
.include <bsd.port.mk>