freebsd-ports/textproc/isearch/Makefile
Gerald Pfeifer 1cb3b37515 Reset maintainership, pmarquis@pobox.com bounces with "user unknown".
Set DEPRECATED since isearch has been abandoned upstream, uses an
obsolete version of GCC and is not used by any other port, with an
EXPIRATION_DATE of 2010-03-15.

Feature safe:	yes
2010-02-15 20:15:22 +00:00

32 lines
696 B
Makefile

# New ports collection makefile for: isearch
# Date created: 21 Sept 1996
# Whom: Pedro Giffuni
#
# $FreeBSD$
#
PORTNAME= isearch
PORTVERSION= 1.47i
PORTREVISION= 1
CATEGORIES= textproc databases
MASTER_SITES= http://www.etymon.com/software/Isearch/
DISTNAME= Isearch-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Text Search Engine by CNIDR
DEPRECATED= abandoned upstream, uses an obsolete version of GCC, not used by any other port
EXPIRATION_DATE=2010-03-15
USE_GCC= 3.4
CFLAGS+= -fwritable-strings
MAKE_ARGS= INSTALL=${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>