4de56a776b
- these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
39 lines
889 B
Makefile
39 lines
889 B
Makefile
# New ports collection makefile for: namazu2
|
|
# Date created: 25 February 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= namazu
|
|
PORTVERSION= 2.0.16
|
|
PORTREVISION= 1
|
|
CATEGORIES+= databases www textproc
|
|
MASTER_SITES= http://www.namazu.org/stable/
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Full-text search system intended for easy use
|
|
|
|
BUILD_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
|
|
RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
|
|
|
|
PM_BASE= ${SITE_PERL}
|
|
|
|
USE_ICONV= yes
|
|
USE_GETTEXT= yes
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-perl5="${PERL}" \
|
|
--with-libintl-prefix=${LOCALBASE} \
|
|
--with-libiconv-prefix=${LOCALBASE}
|
|
|
|
MAN1= namazu.1 mknmz.1
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
.if defined(NOPORTDOCS)
|
|
${RM} -rf ${PREFIX}/share/namazu/doc
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|