1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/glimpse/Makefile

29 lines
628 B
Makefile
Raw Normal View History

# New ports collection makefile for: glimpse
# Version required: 3.0
# Date created: 22 Dec 1995
# Whom: chuckr@glue.umd.edu
#
# $Id: Makefile,v 1.6 1995/11/26 10:48:20 asami Exp $
#
DISTNAME= glimpse-3.0.src
PKGNAME= glimpse-3.0b
CATEGORIES+= misc
MASTER_SITES= 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>