bad phrases. While here, disable -u (warnings about contractions) by default, we don't want that people expand contractions. ok sthen@, no objection from jmc@
27 lines
663 B
Makefile
27 lines
663 B
Makefile
# $OpenBSD: Makefile,v 1.3 2014/10/07 19:13:50 schwarze Exp $
|
|
|
|
COMMENT = FreeBSD Documentation Project sanity check script
|
|
VERSION = 1.502
|
|
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:
|
|
perl -pi -e '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>
|