diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 33 | ||||
-rw-r--r-- | japanese/libtomoe-gtk/distinfo | 3 | ||||
-rw-r--r-- | japanese/libtomoe-gtk/pkg-descr | 3 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index f166a2d8db6e..f14e4cc53050 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -184,6 +184,7 @@ SUBDIR += libjcode SUBDIR += libjconv SUBDIR += libslang + SUBDIR += libtomoe-gtk SUBDIR += linux-JM SUBDIR += linux-ttfonts SUBDIR += lipsf diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile new file mode 100644 index 000000000000..d18ce0243f1a --- /dev/null +++ b/japanese/libtomoe-gtk/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ja-libtomoe-gtk +# Date created: 18 Dec 2005 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libtomoe-gtk +PORTVERSION= 0.1.0 +#PORTREVISION= 0 +CATEGORIES= japanese +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR=tomoe/17171 + +MAINTAINER= ume@FreeBSD.org +COMMENT= TOMOE GTK+ library + +LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe + +USE_X_PREFIX= yes +USE_GNOME= lthack gnomehack gtk20 +USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +PLIST_DIRS= include/tomoe +PLIST_FILES= include/tomoe/tomoe_candidates_view.h \ + include/tomoe/tomoe_canvas.h include/tomoe/tomoe-gtk.h \ + include/tomoe/tomoe_window.h \ + lib/libtomoe-gtk.a lib/libtomoe-gtk.so lib/libtomoe-gtk.so.0 \ + libdata/pkgconfig/libtomoe-gtk.pc + +.include <bsd.port.mk> diff --git a/japanese/libtomoe-gtk/distinfo b/japanese/libtomoe-gtk/distinfo new file mode 100644 index 000000000000..63beb61c45f1 --- /dev/null +++ b/japanese/libtomoe-gtk/distinfo @@ -0,0 +1,3 @@ +MD5 (libtomoe-gtk-0.1.0.tar.gz) = e9b887189ee408902a0f85d9b1cde06f +SHA256 (libtomoe-gtk-0.1.0.tar.gz) = de00404262d5601edd953d2c83adc8e4897c2a34dfa2d8248f521136c266cc52 +SIZE (libtomoe-gtk-0.1.0.tar.gz) = 330885 diff --git a/japanese/libtomoe-gtk/pkg-descr b/japanese/libtomoe-gtk/pkg-descr new file mode 100644 index 000000000000..d2ccc68caae0 --- /dev/null +++ b/japanese/libtomoe-gtk/pkg-descr @@ -0,0 +1,3 @@ +TOMOE GTK+ library + +WWW: http://tomoe.sourceforge.jp/ |