diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-05 13:57:00 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-05 13:57:00 +0000 |
commit | 295cbd60bad6fd2face09733440a0feb438b1e54 (patch) | |
tree | 24ff560775643abaf04151ee504b027bfb45d0db /net/icqlib0 | |
parent | 709083df1e930e4c04d1967afd1b8cf3ac111ed4 (diff) | |
download | ports-295cbd60bad6fd2face09733440a0feb438b1e54.tar.gz ports-295cbd60bad6fd2face09733440a0feb438b1e54.zip |
Notes
Diffstat (limited to 'net/icqlib0')
-rw-r--r-- | net/icqlib0/Makefile | 17 | ||||
-rw-r--r-- | net/icqlib0/distinfo | 1 | ||||
-rw-r--r-- | net/icqlib0/pkg-comment | 1 | ||||
-rw-r--r-- | net/icqlib0/pkg-descr | 8 | ||||
-rw-r--r-- | net/icqlib0/pkg-plist | 7 |
5 files changed, 34 insertions, 0 deletions
diff --git a/net/icqlib0/Makefile b/net/icqlib0/Makefile new file mode 100644 index 000000000000..dd7d37d2e7d6 --- /dev/null +++ b/net/icqlib0/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: icqlib +# Version required: 0.1.3 +# Date created: 16 March 1999 +# Whom: Pavel Andreev +# +# $Id: Makefile,v 1.1.1.1 1999/04/30 16:25:18 taoka Exp $ +# + +DISTNAME= icqlib-0.1.3 +CATEGORIES= devel +MASTER_SITES= http://www.cn.ua/~denis/kde/ + +MAINTAINER= paxvel@iname.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net/icqlib0/distinfo b/net/icqlib0/distinfo new file mode 100644 index 000000000000..7617f89127ba --- /dev/null +++ b/net/icqlib0/distinfo @@ -0,0 +1 @@ +MD5 (icqlib-0.1.3.tar.gz) = 6feeee66ed0a8c1e0910acb5cad439d7 diff --git a/net/icqlib0/pkg-comment b/net/icqlib0/pkg-comment new file mode 100644 index 000000000000..3d8183531138 --- /dev/null +++ b/net/icqlib0/pkg-comment @@ -0,0 +1 @@ +icqlib (not libicq!), used by kicq diff --git a/net/icqlib0/pkg-descr b/net/icqlib0/pkg-descr new file mode 100644 index 000000000000..167faacbd6db --- /dev/null +++ b/net/icqlib0/pkg-descr @@ -0,0 +1,8 @@ +icqlib is a library required by kicq, KDE ICQ client. + +Note that it is NOT libicq and is not compatible with it. + +WWW: http://www.cn.ua/~denis/kde/icqlib.html + +- Pavel Andreev +<paxvel@iname.com> diff --git a/net/icqlib0/pkg-plist b/net/icqlib0/pkg-plist new file mode 100644 index 000000000000..c1e99c736dc9 --- /dev/null +++ b/net/icqlib0/pkg-plist @@ -0,0 +1,7 @@ +lib/libicq.a +lib/libicq.la +lib/libicq.so +lib/libicq.so.1 +include/icq.h +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |