freebsd-ports/textproc/glimpse/Makefile
Andreas Klemm f839215a37 wgconvert is missing in the default install target and doesn't get installed,
but it's needed for another package called webglimpse (am working on a port).
Since I need it badly I had no time to ask Chuck to review the small
change and hope it's ok for him.
1997-07-17 19:29:09 +00:00

31 lines
824 B
Makefile

# New ports collection makefile for: glimpse
# Version required: 3.6
# Date created: 25 August 1996
# Whom: chuckr@freebsd.org
#
# $Id: Makefile,v 1.11 1997/04/27 00:11:47 asami Exp $
#
DISTNAME= glimpse-4.0.src
PKGNAME= glimpse-4.0
CATEGORIES= textproc databases
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
${INSTALL_PROGRAM} ${WRKSRC}/index/wgconvert ${PREFIX}/bin
.include <bsd.port.mk>