diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-19 07:33:02 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-19 07:33:02 +0000 |
commit | 50a6690956a71c86d70402da1c5f03a3ec3694d6 (patch) | |
tree | 14fa4ed7cd23b0d227c7b5a4fac781d150cfc690 /japanese | |
parent | 542c70d2f9ffb3e7b1e05d7405032a5328873dad (diff) | |
download | FreeBSD-ports-50a6690956a71c86d70402da1c5f03a3ec3694d6.zip FreeBSD-ports-50a6690956a71c86d70402da1c5f03a3ec3694d6.tar.gz |
Initial Import ja-libicq.(libicq for japanese)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/libicq/Makefile | 25 | ||||
-rw-r--r-- | japanese/libicq/distinfo | 2 | ||||
-rw-r--r-- | japanese/libicq/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/libicq/pkg-descr | 9 | ||||
-rw-r--r-- | japanese/libicq/pkg-plist | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/japanese/libicq/Makefile b/japanese/libicq/Makefile new file mode 100644 index 0000000..bf4f5e0 --- /dev/null +++ b/japanese/libicq/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libicq +# Version required: 0.20 +# Date Created: 22 Oct 1998 +# Whom: Seiichirou Hiraoka +# +# $Id$ +# + +DISTNAME= libicq-0.20 +PKGNAME= ja-libicq-0.20 +CATEGORIES= japanese devel +MASTER_SITES= http://www.montana.com/gabriel/gicq/files/ + +PATCH_SITES= http://flos.kuee.kyoto-u.ac.jp/soft/ +PATCHFILES= libicq-0.20ja.patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= flathill@FreeBSD.ORG + +GNU_CONFIGURE= yes + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/japanese/libicq/distinfo b/japanese/libicq/distinfo new file mode 100644 index 0000000..9dcb30f --- /dev/null +++ b/japanese/libicq/distinfo @@ -0,0 +1,2 @@ +MD5 (libicq-0.20.tar.gz) = c066b5d9093d014005dff0d073a31450 +MD5 (libicq-0.20ja.patch) = 7808e77b91eb5035d520c15f55eb846e diff --git a/japanese/libicq/pkg-comment b/japanese/libicq/pkg-comment new file mode 100644 index 0000000..41928bf --- /dev/null +++ b/japanese/libicq/pkg-comment @@ -0,0 +1 @@ +libicq is based on micq diff --git a/japanese/libicq/pkg-descr b/japanese/libicq/pkg-descr new file mode 100644 index 0000000..fad7625 --- /dev/null +++ b/japanese/libicq/pkg-descr @@ -0,0 +1,9 @@ +libicq is based on micq and is intended to make it easy to add ICQ +communication support to your software. + +micq is available at ftp://micq.ml.org/pub/micq/ + +http://www.montana.com/gabriel/gicq/ + +- Seiichirou Hiraoka +flathill@FreeBSD.ORG diff --git a/japanese/libicq/pkg-plist b/japanese/libicq/pkg-plist new file mode 100644 index 0000000..8b31cfc --- /dev/null +++ b/japanese/libicq/pkg-plist @@ -0,0 +1,7 @@ +lib/libicq.a +lib/libicq.la +lib/libicq.so +lib/libicq.so.0 +include/libicq.h +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |