openbsd-ports/textproc/igor/Makefile
schwarze fdcb97cdb9 Maintainer update to igor-1.555:
* catches more misspellings
* new option -V
* some bugfixes
* improved verbose diagnostics
* use sed -i rather than perl -pi
* regenerate patches
2015-08-30 14:30:22 +00:00

27 lines
658 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/08/30 14:30:22 schwarze Exp $
COMMENT = FreeBSD Documentation Project sanity check script
VERSION = 1.555
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>