openbsd-ports/textproc/isearch/Makefile

31 lines
778 B
Makefile

# $OpenBSD: Makefile,v 1.8 2000/02/15 05:05:21 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
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
GNU_CONFIGURE= yes
post-install:
strip ${PREFIX}/bin/Isearch
strip ${PREFIX}/bin/Iindex
strip ${PREFIX}/bin/Iutil
.if !defined(NOPORTDOCS)
mkdir -p ${PREFIX}/share/doc/Isearch
${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch
.endif
.include <bsd.port.mk>