mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add gauche-kakasi 0.0, kAKASI binding for Gauche.
PR: ports/50851 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
731300cf77
commit
70393b3199
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78804
@ -83,6 +83,7 @@
|
||||
SUBDIR += freepwing
|
||||
SUBDIR += fumeikai-fpw
|
||||
SUBDIR += gal
|
||||
SUBDIR += gauche-kakasi
|
||||
SUBDIR += gawk
|
||||
SUBDIR += gd
|
||||
SUBDIR += ghostscript-gnu-jpnfont
|
||||
|
40
japanese/gauche-kakasi/Makefile
Normal file
40
japanese/gauche-kakasi/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: Gauche-kakasi
|
||||
# Date created: 12 April 2003
|
||||
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kakasi
|
||||
PORTVERSION= 0.0
|
||||
CATEGORIES= japanese textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gauche
|
||||
DISTNAME= Gauche-${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= fuyuki@hadaly.org
|
||||
COMMENT= KAKASI binding for Gauche
|
||||
|
||||
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
|
||||
|
||||
WRKSRC= ${WRKDIR}/Gauche-${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-kakasi=${PREFIX}
|
||||
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
|
||||
PLIST_SUB= VERSION="`gauche-config -V`" \
|
||||
TARGET="${CONFIGURE_TARGET}"
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.eucjp ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}gauche-
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
japanese/gauche-kakasi/distinfo
Normal file
1
japanese/gauche-kakasi/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Gauche-kakasi-0.0.tgz) = 8c8e40469ae17fe43719561888e7af09
|
3
japanese/gauche-kakasi/pkg-descr
Normal file
3
japanese/gauche-kakasi/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a Gauche extension module to use KAKASI.
|
||||
|
||||
WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html
|
6
japanese/gauche-kakasi/pkg-plist
Normal file
6
japanese/gauche-kakasi/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/gauche/site/%%VERSION%%/%%TARGET%%/kakasi.so
|
||||
share/gauche/site/lib/text/kakasi.scm
|
||||
@unexec rmdir %D/share/gauche/site/lib/text 2>/dev/null || true
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.eucjp
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user