1228d352ee
MASTER_SITE_LOCAL site.
28 lines
582 B
Makefile
28 lines
582 B
Makefile
# New ports collection makefile for: namazu
|
|
# Date created: 17 March 1998
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= namazu
|
|
PORTVERSION= 1.3.0.11
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://www.namazu.org/stable/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= flathill
|
|
|
|
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}/${DISTNAME}/src
|
|
|
|
.include <bsd.port.mk>
|