initial import of micq-0.4.3, english version, a text-mode ICQ client
This commit is contained in:
parent
a65e50334b
commit
f7ba28bfd4
7 changed files with 48 additions and 0 deletions
18
net/micq/Makefile
Normal file
18
net/micq/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= micq-0.4.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/ \
|
||||
http://micq.maesoft.net/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://micq.maesoft.net/
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/micq
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/micq
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/micq/files/md5
Normal file
3
net/micq/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $
|
||||
|
||||
MD5 (micq-0.4.3.tgz) = aea8f4bee64c0508adb0c87517039622
|
3
net/micq/files/patch-sum
Normal file
3
net/micq/files/patch-sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $
|
||||
|
||||
MD5 (patch-aa) = cf23e5b12062c25ab6d1cccb4d907c89
|
15
net/micq/patches/patch-aa
Normal file
15
net/micq/patches/patch-aa
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $
|
||||
|
||||
--- ./Makefile.orig Thu Oct 14 01:17:18 1999
|
||||
+++ ./Makefile Sun Feb 6 01:15:00 2000
|
||||
@@ -1,7 +1,7 @@
|
||||
# Anyone who knows how to make Makefiles please help out.
|
||||
# I have no clue but this appears to work fairly well
|
||||
# be sure to use gmake
|
||||
-CC = gcc
|
||||
+# CC = gcc
|
||||
-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
|
||||
+CFLAGS += -Wall -DUNIX -DANSI_COLOR
|
||||
CFLAGS += -DMAX_CONTACTS=255
|
||||
CFLAGS += -DUSE_MREADLINE
|
||||
#CFLAGS += -DCOLOR_SCHEME_A
|
1
net/micq/pkg/COMMENT
Normal file
1
net/micq/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
text-mode ICQ client
|
4
net/micq/pkg/DESCR
Normal file
4
net/micq/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Micq is an ICQ client for text mode unix that is not in any way
|
||||
supported by Mirabilis. If your terminal supports it, it uses some colors.
|
||||
|
||||
By Matthew Smith <meadhros@yahoo.com>.
|
4
net/micq/pkg/PLIST
Normal file
4
net/micq/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $
|
||||
bin/micq
|
||||
share/doc/micq/README
|
||||
@dirrm share/doc/micq
|
Loading…
Reference in a new issue