freebsd-ports/textproc/isearch/Makefile

28 lines
637 B
Makefile
Raw Normal View History

# New ports collection makefile for: isearch
# Version required: 1.14
# Date created: 21 Sept 1996
# Whom: Pedro
#
1997-02-19 10:36:05 +01:00
# $Id: Makefile,v 1.2 1997/02/18 10:08:37 obrien Exp $
#
DISTNAME= Isearch-1.14
1997-02-18 11:09:08 +01:00
PKGNAME= isearch-1.14
1997-02-19 10:36:05 +01:00
CATEGORIES= misc databases
MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/
MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
1997-02-18 11:09:08 +01:00
GNU_CONFIGURE= yes
post-install:
strip ${PREFIX}/bin/Isearch
1997-02-18 11:09:08 +01:00
strip ${PREFIX}/bin/Iindex
strip ${PREFIX}/bin/Iutil
.if !defined(NOPORTDOCS)
1997-02-18 11:09:08 +01:00
${MKDIR} ${PREFIX}/share/doc/Isearch
${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch
.endif
.include <bsd.port.mk>