2000-03-01 21:56:15 +01:00
|
|
|
# New ports collection makefile for: namazu2
|
|
|
|
# Date created: 25 February 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
1999-03-31 13:52:07 +02:00
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-03-31 13:52:07 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= namazu2
|
2000-10-26 22:56:25 +02:00
|
|
|
PORTVERSION= 2.0.5
|
1999-03-31 13:52:07 +02:00
|
|
|
CATEGORIES= japanese textproc
|
2000-03-01 21:56:15 +01:00
|
|
|
MASTER_SITES= http://www.namazu.org/stable/
|
2000-04-06 19:10:13 +02:00
|
|
|
DISTNAME= namazu-${PORTVERSION}
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2000-04-24 17:51:20 +02:00
|
|
|
MAINTAINER= knu@FreeBSD.org
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2000-03-01 21:56:15 +01:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
BUILD_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
|
|
|
|
${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi \
|
|
|
|
${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf
|
|
|
|
RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
|
|
|
|
${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi \
|
2000-04-04 07:29:01 +02:00
|
|
|
${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \
|
|
|
|
xlHtml:${PORTSDIR}/textproc/xlhtml
|
2000-03-01 21:56:15 +01:00
|
|
|
|
|
|
|
PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
1999-03-31 13:52:07 +02:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-03-01 21:56:15 +01:00
|
|
|
MAN1= namazu.1 mknmz.1
|
2000-06-17 07:34:04 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-03-01 21:56:15 +01:00
|
|
|
|
2000-10-26 22:56:25 +02:00
|
|
|
.if defined(WITH_CHASEN)
|
|
|
|
DEPENDS=
|
|
|
|
.else
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
2000-03-01 21:56:15 +01:00
|
|
|
post-install:
|
2000-10-26 22:56:25 +02:00
|
|
|
${LN} -sf ${PREFIX}/lib/libnmz.so.4 ${PREFIX}/lib/libnmz.so
|
1999-03-31 13:52:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|