mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
37 lines
775 B
Makefile
37 lines
775 B
Makefile
# New ports collection makefile for: kakasi
|
|
# Date created: 26 Mar. 1996
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kakasi
|
|
PORTVERSION= 2.3.4
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://kakasi.namazu.org/stable/
|
|
|
|
MAINTAINER= ota@j.email.ne.jp
|
|
COMMENT= Kanji-Kana Simple Inverter, language filter for Japanese
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
GNU_CONFIGURE= yes
|
|
|
|
MANLANG= ja
|
|
MAN1= kakasi.1
|
|
USE_LDCONFIG= yes
|
|
|
|
DOCS= NEWS README README-ja TODO \
|
|
doc/ChangeLog.lib doc/JISYO \
|
|
doc/README.lib doc/README.wakati
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/kakasi.1 ${PREFIX}/man/${MANLANG}/man1
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for f in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|