1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/textproc/isearch/Makefile
2003-02-21 13:42:50 +00:00

27 lines
527 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
COMMENT= Text Search Engine by CNIDR
GNU_CONFIGURE= yes
MAKE_ARGS= INSTALL=${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>