1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/namazu2/Makefile
Akinori MUSHA eb72ea0971 Update to 2.0.2.
- Fix several small bugs.
  - Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added)
  - Abolish mknmz --ole option.
  - Introduce mknmz --html-split option.  Split a large HTML document
  into parts by <a name="..."> and index them respectively.
Fix PLIST.  (@dirrm share/namazu was missing)
2000-04-04 05:29:01 +00:00

37 lines
1.1 KiB
Makefile

# New ports collection makefile for: namazu2
# Version required: 2.0.2
# Date created: 25 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
DISTNAME= namazu-2.0.2
PKGNAME= ja-namazu2-2.0.2
CATEGORIES= japanese textproc
MASTER_SITES= http://www.namazu.org/stable/
MAINTAINER= knu@idaemons.org
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 \
${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \
xlHtml:${PORTSDIR}/textproc/xlhtml
PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= namazu.1 mknmz.1
post-install:
${LN} -sf ${PREFIX}/lib/libnmz.so.3 ${PREFIX}/lib/libnmz.so
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>