mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
227824e7d1
PR: 5725
28 lines
626 B
Makefile
28 lines
626 B
Makefile
# New ports collection makefile for: isearch
|
|
# Version required: 1.14
|
|
# Date created: 21 Sept 1996
|
|
# Whom: Pedro
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/04/27 00:11:47 asami Exp $
|
|
#
|
|
|
|
DISTNAME= Isearch-1.14
|
|
PKGNAME= isearch-1.14
|
|
CATEGORIES= textproc databases
|
|
MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/
|
|
|
|
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} ${PREFIX}/share/doc/Isearch
|
|
${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|