1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/isearch/Makefile
2002-10-26 02:55:52 +00:00

32 lines
593 B
Makefile

# New ports collection makefile for: isearch
# Date created: 21 Sept 1996
# Whom: Pedro
#
# $FreeBSD$
#
PORTNAME= isearch
PORTVERSION= 1.47.01
CATEGORIES= textproc databases
MASTER_SITES= http://www.etymon.com/pub/Isearch/
DISTNAME= Isearch-${PORTVERSION}
MAINTAINER= pmarquis@pobox.com
GNU_CONFIGURE= yes
MAKE_ARGS= INSTALL=${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR}
.endif
.include <bsd.port.post.mk>