blob: 94570982060e21af34696d1d769c6825aa7d06a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: glimpse
# Version required: 3.0
# 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 $
#
DISTNAME= glimpse-3.0.src
PKGNAME= glimpse-3.0b
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
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>
|