openbsd-ports/textproc/isearch/Makefile
turan ce897bac65 isearch, balance quotes in broken tag
wdiff, mark USE_AUTOCONF, maint ok'ed
1999-11-03 01:24:54 +00:00

25 lines
654 B
Makefile

# $OpenBSD: Makefile,v 1.5 1999/11/03 01:24:54 turan Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
BROKEN= C++ syntax errors, index.cxx:533: ANSI C++ forbids declaration PhraseLength with no type
DISTNAME= Isearch-1.14
PKGNAME= isearch-1.14
CATEGORIES= textproc databases
MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/
MAINTAINER= ports@OpenBSD.ORG
GNU_CONFIGURE= yes
post-install:
strip ${PREFIX}/bin/Isearch
strip ${PREFIX}/bin/Iindex
strip ${PREFIX}/bin/Iutil
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/Isearch
${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch
.endif
.include <bsd.port.mk>