Initial Import libicq.
libicq is based on micq
This commit is contained in:
parent
7ab8887f93
commit
fe011cc785
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14666
10 changed files with 78 additions and 0 deletions
21
net-im/libicq/Makefile
Normal file
21
net-im/libicq/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: libicq
|
||||
# Version required: 0.20
|
||||
# Date Created: 31 Oct 1998
|
||||
# Whom: Seiichirou Hiraoka
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= libicq-0.20
|
||||
PKGNAME= libicq-0.20
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
|
||||
|
||||
MAINTAINER= flathill@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-im/libicq/distinfo
Normal file
1
net-im/libicq/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libicq-0.20.tar.gz) = c066b5d9093d014005dff0d073a31450
|
1
net-im/libicq/pkg-comment
Normal file
1
net-im/libicq/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
libicq is based on micq
|
9
net-im/libicq/pkg-descr
Normal file
9
net-im/libicq/pkg-descr
Normal file
|
@ -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
|
7
net-im/libicq/pkg-plist
Normal file
7
net-im/libicq/pkg-plist
Normal file
|
@ -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
|
21
net/libicq/Makefile
Normal file
21
net/libicq/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: libicq
|
||||
# Version required: 0.20
|
||||
# Date Created: 31 Oct 1998
|
||||
# Whom: Seiichirou Hiraoka
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= libicq-0.20
|
||||
PKGNAME= libicq-0.20
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
|
||||
|
||||
MAINTAINER= flathill@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/libicq/distinfo
Normal file
1
net/libicq/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libicq-0.20.tar.gz) = c066b5d9093d014005dff0d073a31450
|
1
net/libicq/pkg-comment
Normal file
1
net/libicq/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
libicq is based on micq
|
9
net/libicq/pkg-descr
Normal file
9
net/libicq/pkg-descr
Normal file
|
@ -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
|
7
net/libicq/pkg-plist
Normal file
7
net/libicq/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue