for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.7 2000/02/15 09:26:21 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.1.1.1 1999/03/31 11:52:07 flathill Exp $
|
|
|
|
DISTNAME= namazu-1.3.0.10
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://openlab.ring.gr.jp/namazu/release/
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.netbsd.org
|
|
HOMEPAGE= http://openlab.ring.gr.jp/namazu/
|
|
|
|
DEPENDS= kakasi-2.3.1:../../japanese/kakasi
|
|
DEPENDS+= nkf-1.7:../../japanese/nkf
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|