freebsd-ports/textproc/isearch/Makefile
Pav Lucistnik f0d7529959 - Fix fetching
PR:		ports/60630
Submitted by:	Paul Marquis <pmarquis@pobox.com> (maintainer)
2003-12-27 17:09:04 +00:00

26 lines
536 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/software/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>