mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d008ed3cbb
- Remove GNU_CONFIGURE since it was doing nothing: respect CXX CXXFLAGS. - Clean some warnings related to deprecated C++ headers. - Use %%DOCSDIR%% in pkg-plist PR: 126441 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> Approved by: Paul Marquis <pmarquis at pobox dot com> (maintainer)
30 lines
577 B
Makefile
30 lines
577 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= pmarquis@pobox.com
|
|
COMMENT= Text Search Engine by CNIDR
|
|
|
|
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>
|