diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-11 09:46:31 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-11 09:46:31 +0800 |
commit | 85bd3a43262c537424de39e3a8b493752aa1a2c3 (patch) | |
tree | a3bdf611c2023b3a9cd9c670e3d7f2ebb4dc976b /japanese/gtkicq | |
parent | ca67b1ad6c50526fe2910fa7d4826d516f5b14ca (diff) | |
download | freebsd-ports-gnome-85bd3a43262c537424de39e3a8b493752aa1a2c3.tar.gz freebsd-ports-gnome-85bd3a43262c537424de39e3a8b493752aa1a2c3.tar.zst freebsd-ports-gnome-85bd3a43262c537424de39e3a8b493752aa1a2c3.zip |
icq clone for japanese user
PR: 11580
Submitted by: Shuichi Tanaka <stanaka@bb.mbn.or.jp>
Diffstat (limited to 'japanese/gtkicq')
-rw-r--r-- | japanese/gtkicq/Makefile | 33 | ||||
-rw-r--r-- | japanese/gtkicq/distinfo | 2 | ||||
-rw-r--r-- | japanese/gtkicq/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/gtkicq/pkg-descr | 12 | ||||
-rw-r--r-- | japanese/gtkicq/pkg-plist | 19 |
5 files changed, 67 insertions, 0 deletions
diff --git a/japanese/gtkicq/Makefile b/japanese/gtkicq/Makefile new file mode 100644 index 000000000000..10c4483f7f09 --- /dev/null +++ b/japanese/gtkicq/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ja-gtkicq +# Version required: 0.60 +# Date created: 8 MAY 1999 +# Whom: Shuichi Tanaka +# +# $Id$ +# + +DISTNAME= gtkicq-0.60 +PKGNAME= ja-gtkicq-0.60 +CATEGORIES= japanese net +MASTER_SITES= ftp://gtkicq.pn.org/pub/gtkicq/ + +PATCH_SITES= http://keemun.soraneko.com/gtkicq/archives/ +PATCHFILES= gtkicq-0.60-ja.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= stanaka@bb.mbn.or.jp + +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +BUILD_DEPENDS= ${LOCALBASE}/lib/libjcode.a:${PORTSDIR}/japanese/libjcode \ + ${LOCALBASE}/include/jlib.h:${PORTSDIR}/japanese/libjcode + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + LIBS="-L${LOCALBASE}/lib -lxpg4" \ + INSTALL_SCRIPT='$${INSTALL} -m 755' + +.include <bsd.port.mk> diff --git a/japanese/gtkicq/distinfo b/japanese/gtkicq/distinfo new file mode 100644 index 000000000000..d1af10f08a76 --- /dev/null +++ b/japanese/gtkicq/distinfo @@ -0,0 +1,2 @@ +MD5 (gtkicq-0.60.tar.gz) = 001e540e264ba035ab3792e11e9c1838 +MD5 (gtkicq-0.60-ja.diff.gz) = d1826da282a941e949c951a0d5a21588 diff --git a/japanese/gtkicq/pkg-comment b/japanese/gtkicq/pkg-comment new file mode 100644 index 000000000000..9cf3e2b50225 --- /dev/null +++ b/japanese/gtkicq/pkg-comment @@ -0,0 +1 @@ +icq clone for japanese user diff --git a/japanese/gtkicq/pkg-descr b/japanese/gtkicq/pkg-descr new file mode 100644 index 000000000000..88af2161c4f1 --- /dev/null +++ b/japanese/gtkicq/pkg-descr @@ -0,0 +1,12 @@ +GtkICQ is a clone of Mirabilis' popular ICQ written with GTK. +The original source was taken from Matt Smith's mICQ. This is ment as +a replacement for the JavaICQ, which is slow and buggy. If you would +like to contribute, please contact Jeremy Wise ( jwise@pathwaynet.com ). +You may also want to visit The ICQ Protocol Site at: +[ http://www.student.nada.kth.se/~d95-mih/icq/ ] for information about +the ICQ protocol and mailing list. + +See also http://gtkicq.pn.org/ + +-Shuichi Tanaka +stanaka@bb.mbn.or.jp diff --git a/japanese/gtkicq/pkg-plist b/japanese/gtkicq/pkg-plist new file mode 100644 index 000000000000..18e0961ab8f1 --- /dev/null +++ b/japanese/gtkicq/pkg-plist @@ -0,0 +1,19 @@ +bin/gtkicq +share/pixmaps/gtkicq-auth.xpm +share/pixmaps/gtkicq-away.xpm +share/pixmaps/gtkicq-blank.xpm +share/pixmaps/gtkicq-chat.xpm +share/pixmaps/gtkicq-chat2.xpm +share/pixmaps/gtkicq-dnd.xpm +share/pixmaps/gtkicq-ffc.xpm +share/pixmaps/gtkicq-inv.xpm +share/pixmaps/gtkicq-message.xpm +share/pixmaps/gtkicq-na.xpm +share/pixmaps/gtkicq-nomess.xpm +share/pixmaps/gtkicq-occ.xpm +share/pixmaps/gtkicq-offline.xpm +share/pixmaps/gtkicq-online.xpm +share/pixmaps/gtkicq-url.xpm +share/pixmaps/gnome-gtkicq.xpm +share/applets/Network/GtkICQ.desktop +etc/CORBA/servers/GtkICQ.gnorba |