diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-06 01:53:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-06 01:53:36 +0000 |
commit | 00dd8623835d1bc1e20fc0d9f4abfb8993648ffa (patch) | |
tree | dee2b6b7759757ea64f8ddd28a41930e4cf72ecc /textproc/glimpse/Makefile | |
parent | e0d7a722a934d37fef1027e2364c95166e516f51 (diff) | |
download | ports-00dd8623835d1bc1e20fc0d9f4abfb8993648ffa.tar.gz ports-00dd8623835d1bc1e20fc0d9f4abfb8993648ffa.zip |
Notes
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 7fb18f773b69..4b0a1a7fd4af 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -1,4 +1,5 @@ # New ports collection makefile for: glimpse +# http://webglimpse.org/ # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # @@ -6,22 +7,19 @@ # PORTNAME= glimpse -PORTVERSION= 4.1 +PORTVERSION= 4.12.6 CATEGORIES= textproc databases -MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/ -DISTNAME= ${PKGNAME}.src -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.polito.it/pub/tools/unix/harvest/ MAINTAINER= chuckr@freebsd.org -WRKSRC= ${WRKDIR}/glimpse-4.1 -USE_GMAKE= yes NO_CDROM= "Restrictive copyright (don't sell for profit)" GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -DISO_CHAR_SET=1" MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1 pre-configure: + ${RM} ${WRKSRC}/config.cache ${CHMOD} ugo+x ${WRKSRC}/configure post-install: |