1996-01-15 10:12:32 +00:00
|
|
|
# New ports collection makefile for: glimpse
|
|
|
|
# Version required: 3.0
|
|
|
|
# Date created: 22 Dec 1995
|
|
|
|
# Whom: chuckr@glue.umd.edu
|
|
|
|
#
|
1996-02-29 06:22:46 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1996/01/15 10:12:29 asami Exp $
|
1996-01-15 10:12:32 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= glimpse-3.0.src
|
|
|
|
PKGNAME= glimpse-3.0b
|
|
|
|
CATEGORIES+= misc
|
1996-02-29 06:22:46 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
|
1996-01-15 10:12:32 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
|
|
|
MAINTAINER= chuckr@glue.umd.edu
|
|
|
|
|
|
|
|
# Restrictive copyright
|
|
|
|
NO_PACKAGE= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
for file in glimpse glimpseindex glimpseserver agrep; do \
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/$$file.1; \
|
|
|
|
done
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|