1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/textproc/isearch/Makefile
Ying-Chieh Liao d1c15c822e upgrade to 1.47d
PR:		28622
Submitted by:	Paul Marquis <pmarquis@pobox.com>
2001-08-06 14:24:26 +00:00

28 lines
538 B
Makefile

# New ports collection makefile for: isearch
# Date created: 21 Sept 1996
# Whom: Pedro
#
# $FreeBSD$
#
PORTNAME= isearch
PORTVERSION= 1.47d
CATEGORIES= textproc databases
MASTER_SITES= http://www.etymon.com/pub/Isearch/
DISTNAME= Isearch-${PORTVERSION}
MAINTAINER= giffunip@asme.org
GNU_CONFIGURE= yes
post-install:
strip ${PREFIX}/bin/Isearch
strip ${PREFIX}/bin/Iindex
strip ${PREFIX}/bin/Iutil
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>