diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-17 09:54:03 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-17 09:54:03 +0000 |
commit | afb72cdea0b30399fcfcacf3f5a095294cb0c10c (patch) | |
tree | 1148751cceb59d885f75d53472ed401b005a9cbc /textproc/isearch/Makefile | |
parent | d53535a9ea470ab7969db3b1b5898b745e6d1223 (diff) |
Notes
Diffstat (limited to 'textproc/isearch/Makefile')
-rw-r--r-- | textproc/isearch/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile new file mode 100644 index 000000000000..13b2622ace78 --- /dev/null +++ b/textproc/isearch/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: isearch +# Version required: 1.14 +# Date created: 21 Sept 1996 +# Whom: Pedro +# +# $Id$ +# + +DISTNAME= Isearch-1.14 +PKG_NAME= isearch-1.14 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/ + +MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co + +HAS_CONFIGURE = yes + +post-install: + strip ${PREFIX}/bin/Isearch + strip $(PREFIX)/bin/Iindex + strip $(PREFIX)/bin/Iutil +.if !defined(NOPORTDOCS) + ${MKDIR} -p ${PREFIX}/share/doc/Isearch + ${INSTALL_DATA} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch +.endif + +.include <bsd.port.mk> |