1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/databases/namazu2/Makefile
Seiichirou Hiraoka 9af92586c8 Submitted by: flathill@FreeBSD.ORG
search engine software intended for easy use.
(The Japanese word `Namazu' means `catfish' in English)
1999-03-31 11:52:07 +00:00

27 lines
579 B
Makefile

# New ports collection makefile for: namazu
# Version required: 1.3.0.6
# Date created: 17 March 1998
# Whom: Seiichirou Hiraoka
#
# $Id$
#
DISTNAME= namazu-1.3.0.6
PKGNAME= ja-namazu-1.3.0.6
CATEGORIES= japanese textproc
MASTER_SITES= http://openlab.ring.gr.jp/namazu/release/
MAINTAINER= flathill@FreeBSD.ORG
BUILD_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \
nkf:${PORTSDIR}/japanese/nkf
RUN_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \
nkf:${PORTSDIR}/japanese/nkf
USE_PERL5= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/namazu-1.3.0.6/src
.include <bsd.port.mk>