summaryrefslogblamecommitdiff
path: root/textproc/isearch/Makefile
blob: f4665f22d736d1acf41c6bd8d11c9d5ccfcec30c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              


                                            
           

 
                       
                     
                                  
                                                  
                                      
 
                                  
 
                  


                                   

                                  
                        

                                                       


                      
# 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=	pmarquis@pobox.com

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>