in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
23 lines
662 B
Makefile
23 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:19 tv Exp $
|
|
# FreeBSD Id: Makefile,v 1.14 1998/04/05 04:46:33 max Exp $
|
|
|
|
DISTNAME= kakasi-2.3.4
|
|
PKGREVISION= 2
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= ftp://kakasi.namazu.org/pub/kakasi/stable/
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://kakasi.namazu.org/
|
|
COMMENT= Kanji-Kana Simple Inverter, language filter for Japanese
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/kakasi.1 ${PREFIX}/man/ja_JP.EUC/man1
|
|
${INSTALL_MAN} ${WRKSRC}/doc/kakasi.cat \
|
|
${PREFIX}/man/ja_JP.EUC/cat1/kakasi.0
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|