aboutsummaryrefslogtreecommitdiff
path: root/textproc/glimpse/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-05-20 06:55:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-05-20 06:55:49 +0000
commitf62c95a74ed4405c1fa74d5f68f4271cc475260a (patch)
tree24a3c295cceaf7ad937573816f33df9992bc8433 /textproc/glimpse/Makefile
parentf68ccd634499b242c8c1dc9392a79dfd59621555 (diff)
downloadports-f62c95a74ed4405c1fa74d5f68f4271cc475260a.tar.gz
ports-f62c95a74ed4405c1fa74d5f68f4271cc475260a.zip
Upgrade, 3.0 -> 3.5.
Submitted by: chuckr@glue.umd.edu
Notes
Notes: svn path=/head/; revision=3109
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r--textproc/glimpse/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
index 94570982060e..8c94743129ed 100644
--- a/textproc/glimpse/Makefile
+++ b/textproc/glimpse/Makefile
@@ -1,24 +1,30 @@
# New ports collection makefile for: glimpse
-# Version required: 3.0
+# Version required: 3.5
# Date created: 22 Dec 1995
# Whom: chuckr@glue.umd.edu
#
-# $Id: Makefile,v 1.1.1.1 1996/01/15 10:12:29 asami Exp $
+# $Id: Makefile,v 1.2 1996/02/29 06:22:46 markm Exp $
#
-DISTNAME= glimpse-3.0.src
-PKGNAME= glimpse-3.0b
+DISTNAME= glimpse-3.5.src
+PKGNAME= glimpse-3.5
CATEGORIES+= misc
MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
EXTRACT_SUFX= .tar.Z
MAINTAINER= chuckr@glue.umd.edu
-# Restrictive copyright
-NO_PACKAGE= yes
-HAS_CONFIGURE= yes
+NO_CDROM= yes # Restrictive copyright (no commercial use)
+GNU_CONFIGURE= yes
+
+pre-configure:
+ chmod ugo+x ${WRKSRC}/configure
+ chmod ugo+x ${WRKSRC}/mkinstalldirs
post-install:
+ mkdir -p ${PREFIX}/share/doc/glimpse
+ cp ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/glimpse
+ cp ${WRKSRC}/README ${PREFIX}/share/doc/glimpse
.if !defined(NOMANCOMPRESS)
for file in glimpse glimpseindex glimpseserver agrep; do \
gzip -9nf ${PREFIX}/man/man1/$$file.1; \