aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/isearch/Makefile
blob: 7542c958241a7bbe72eb668ee1e093f367ec07bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   isearch
# Version required:     1.14
# Date created:         21 Sept 1996
# Whom:             Pedro
#
# $Id: Makefile,v 1.3 1997/02/19 09:36:05 tg Exp $
#

DISTNAME=   Isearch-1.14
PKGNAME=    isearch-1.14    
CATEGORIES= textproc databases
MASTER_SITES=   ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/

MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co

GNU_CONFIGURE= yes 

post-install:
    strip ${PREFIX}/bin/Isearch
    strip ${PREFIX}/bin/Iindex
    strip ${PREFIX}/bin/Iutil
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/Isearch
    ${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch
.endif

.include <bsd.port.mk>