mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
729aaabd19
profit", not "no commercial use".
35 lines
878 B
Makefile
35 lines
878 B
Makefile
# New ports collection makefile for: glimpse
|
|
# Version required: 3.5
|
|
# Date created: 22 Dec 1995
|
|
# Whom: chuckr@glue.umd.edu
|
|
#
|
|
# $Id: Makefile,v 1.3 1996/05/20 06:55:44 asami Exp $
|
|
#
|
|
|
|
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
|
|
|
|
NO_CDROM= yes # Restrictive copyright (don't sell for profit)
|
|
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; \
|
|
done
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|