diff options
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 20 |
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; \ |