1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/glimpse/Makefile

30 lines
747 B
Makefile
Raw Normal View History

# New ports collection makefile for: glimpse
# Version required: 3.6
# Date created: 25 August 1996
# Whom: chuckr@freebsd.org
#
# $Id: Makefile,v 1.8 1996/12/07 09:28:44 max Exp $
#
DISTNAME= glimpse-4.0.src
PKGNAME= glimpse-4.0
CATEGORIES= misc
1996-02-29 06:22:46 +00:00
MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
EXTRACT_SUFX= .tar.Z
MAINTAINER= chuckr@freebsd.org
NO_CDROM= "Restrictive copyright (don't sell for profit)"
GNU_CONFIGURE= yes
MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1
pre-configure:
chmod ugo+x ${WRKSRC}/configure
post-install:
${MKDIR} ${PREFIX}/share/doc/glimpse
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/glimpse
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse
.include <bsd.port.mk>