mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
27 lines
579 B
Makefile
27 lines
579 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/ \
|
|
http://people.FreeBSD.org/~flathill/distfiles/
|
|
|
|
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>
|