openbsd-ports/textproc/glimpse/Makefile
heko 0e36dadb66 o Instead of copying the "virtual memory exhausted" warning for each
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok
2001-11-11 13:57:32 +00:00

34 lines
795 B
Makefile

# $OpenBSD: Makefile,v 1.12 2001/11/11 13:57:32 heko Exp $
#
COMMENT= "text search engine"
DISTNAME= glimpse-4.1
CATEGORIES= textproc databases
NEED_VERSION= 1.402
MAINTAINER= Tobias Weingartner <weingart@openbsd.org>
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
DISTFILES= glimpse-4.1.src.tar.gz
CONFIGURE_STYLE= gnu dest old
pre-configure:
chmod ugo+x ${WRKSRC}/configure
VMEM_WARNING= Yes
post-install:
${INSTALL_DATA_DIR} ${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>