diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/jyuroku/Makefile | 35 | ||||
-rw-r--r-- | japanese/jyuroku/distinfo | 1 | ||||
-rw-r--r-- | japanese/jyuroku/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/jyuroku/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/jyuroku/pkg-plist | 3 |
6 files changed, 44 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index f8a07a78d33e..7d442700ca8b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -107,6 +107,7 @@ SUBDIR += jvim3-direct_canna SUBDIR += jvim3-freewnn SUBDIR += jvim3-wnn6 + SUBDIR += jyuroku SUBDIR += k10 SUBDIR += k12 SUBDIR += kakasi diff --git a/japanese/jyuroku/Makefile b/japanese/jyuroku/Makefile new file mode 100644 index 000000000000..2fe22dc594cc --- /dev/null +++ b/japanese/jyuroku/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: jyuroku +# Date created: 1 February 2001 +# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= jyuroku +PORTVERSION= 1.32 +CATEGORIES= japanese +MASTER_SITES= http://member.nifty.ne.jp/seto-yoneji/ +DISTNAME= ${PORTNAME}-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp + +ALL_TARGET= +USE_X_PREFIX= yes +USE_GTK= yes + +pre-build: + ${PERL} -pi -e "s@gcc@${CC}@g; \ + s@-g@${CFLAGS}@g; \ + s@gtk-config@${GTK_CONFIG}@g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/jyuroku ${X11BASE}/bin + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/jyuroku + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/jyuroku +.endif + +.include <bsd.port.mk> diff --git a/japanese/jyuroku/distinfo b/japanese/jyuroku/distinfo new file mode 100644 index 000000000000..ec9ab10689dc --- /dev/null +++ b/japanese/jyuroku/distinfo @@ -0,0 +1 @@ +MD5 (jyuroku-1.32.tgz) = aef80b129ace6272362b3e20ef55e9b4 diff --git a/japanese/jyuroku/pkg-comment b/japanese/jyuroku/pkg-comment new file mode 100644 index 000000000000..83ea3168ce20 --- /dev/null +++ b/japanese/jyuroku/pkg-comment @@ -0,0 +1 @@ +Japanese address book diff --git a/japanese/jyuroku/pkg-descr b/japanese/jyuroku/pkg-descr new file mode 100644 index 000000000000..868e4bf044b8 --- /dev/null +++ b/japanese/jyuroku/pkg-descr @@ -0,0 +1,3 @@ +Japanese address book software for X. + +WWW: http://member.nifty.ne.jp/seto-yoneji/ diff --git a/japanese/jyuroku/pkg-plist b/japanese/jyuroku/pkg-plist new file mode 100644 index 000000000000..4cdcf84097b1 --- /dev/null +++ b/japanese/jyuroku/pkg-plist @@ -0,0 +1,3 @@ +bin/jyuroku +share/doc/jyuroku/README +@dirrm share/doc/jyuroku |