mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33229c4c30
Add wvWare dependency and add a WITHOUT_MSOFFICE knob.
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# New ports collection makefile for: namazu2
|
|
# Date created: 25 February 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= namazu2
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://www.namazu.org/stable/
|
|
DISTNAME= namazu-${PORTVERSION}
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
BUILD_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
|
|
${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \
|
|
${DEPEND_WAKATI}
|
|
RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
|
|
${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \
|
|
${DEPEND_WAKATI} \
|
|
${DEPEND_MSOFFICE}
|
|
|
|
PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= namazu.1 mknmz.1
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.if defined(WITH_CHASEN)
|
|
DEPEND_WAKATI= ${PM_BASE}/${PERL_ARCH}/Text/ChaSen.pm:${PORTSDIR}/japanese/chasen
|
|
.else
|
|
DEPEND_WAKATI= ${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi
|
|
.endif
|
|
|
|
.if !defined(WITHOUT_MSOFFICE)
|
|
DEPEND_MSOFFICE= xlHtml:${PORTSDIR}/textproc/xlhtml \
|
|
wvHtml:${PORTSDIR}/textproc/wv
|
|
.endif
|
|
|
|
post-install:
|
|
${LN} -sf ${PREFIX}/lib/libnmz.so.4 ${PREFIX}/lib/libnmz.so
|
|
|
|
.include <bsd.port.mk>
|