summaryrefslogtreecommitdiff
path: root/databases/namazu2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/namazu2/Makefile')
-rw-r--r--databases/namazu2/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile
deleted file mode 100644
index 642143e05ecb..000000000000
--- a/databases/namazu2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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.4
-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}/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
-INSTALLS_SHLIB= yes
-
-post-install:
- ${LN} -sf ${PREFIX}/lib/libnmz.so.3 ${PREFIX}/lib/libnmz.so
-
-.include <bsd.port.mk>