1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/databases/namazu2/Makefile
Akinori MUSHA 9e5b0fc10d Update to 2.0.12 + German translation.
Upgrade is strongly recommended due to newly found cross-site
scripting vulnerabilities.
2002-09-13 12:10:50 +00:00

43 lines
1019 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.12
CATEGORIES+= databases www textproc
MASTER_SITES= http://www.namazu.org/stable/
PKGNAMESUFFIX= 2
MAINTAINER= knu@FreeBSD.org
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${DISTNAME}-de.diff
PATCH_DIST_STRIP= -p1
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
BUILD_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
# xlHtml:${PORTSDIR}/textproc/xlhtml \
# wvHtml:${PORTSDIR}/textproc/wv
PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= namazu.1 mknmz.1
INSTALLS_SHLIB= yes
post-configure:
${PERL} -i~ -pe 's,^(LIBS *= *)(.*),$$1 -L${LOCALBASE}/lib -lintl $$2\n,' ${WRKSRC}/nmz/Makefile
post-install:
.if defined(NOPORTDOCS)
${RM} -rf ${PREFIX}/share/namazu/doc
.endif
.include <bsd.port.mk>