fix
This commit is contained in:
parent
ab34c60a0e
commit
f11a94137f
31
net/micq/Makefile
Normal file
31
net/micq/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.3 1999/06/23 19:21:37 form Exp $
|
||||
# $FreeBSD: Makefile,v 1.6 1999/06/03 08:31:06 ache Exp $
|
||||
|
||||
DISTNAME= micq-0.4.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= form@openbsd.org
|
||||
|
||||
# Please uncoment one of the following lines to
|
||||
# select micq language.
|
||||
|
||||
MICQ_LANG?= ENGLISH
|
||||
#MICQ_LANG?= SPANISH
|
||||
#MICQ_LANG?= DUTCH
|
||||
#MICQ_LANG?= GERMAN
|
||||
#MICQ_LANG?= SWEDISH
|
||||
#MICQ_LANG?= CHINESE
|
||||
#MICQ_LANG?= RUSSIAN
|
||||
#MICQ_LANG?= ITALIAN
|
||||
#MICQ_LANG?= UKRAINIAN
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/doc/micq
|
||||
.for file in README TODO WISHLIST commands.txt
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/micq/files/md5
Normal file
3
net/micq/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (micq-0.4.1.tgz) = c0d9d32727335401386964e8f256e73f
|
||||
RMD160 (micq-0.4.1.tgz) = 6b299906fd5a09d83e372529923f052ae489aff3
|
||||
SHA1 (micq-0.4.1.tgz) = 3f8adf325d414997f3674f45af40cf272fab84ba
|
31
net/micq/patches/patch-aa
Normal file
31
net/micq/patches/patch-aa
Normal file
@ -0,0 +1,31 @@
|
||||
--- Makefile.orig Fri May 21 10:06:38 1999
|
||||
+++ Makefile Thu Jun 24 00:48:44 1999
|
||||
@@ -2,10 +2,15 @@
|
||||
# I have no clue but this appears to work fairly well
|
||||
# be sure to use gmake
|
||||
CC = gcc
|
||||
-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
|
||||
+#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
|
||||
+CFLAGS += -Wall -DUNIX -DANSI_COLOR
|
||||
CFLAGS += -DMAX_CONTACTS=255
|
||||
CFLAGS += -DUSE_MREADLINE
|
||||
+.if defined(MICQ_LANG)
|
||||
+CFLAGS += -D${MICQ_LANG}_LANG
|
||||
+.else
|
||||
CFLAGS += -DENGLISH_LANG
|
||||
+.endif
|
||||
#CFLAGS += -DSPANISH_LANG
|
||||
#CFLAGS += -DDUTCH_LANG
|
||||
#CFLAGS += -DGERMAN_LANG
|
||||
@@ -16,9 +21,9 @@
|
||||
#CFLAGS += -DITALIAN_LANG
|
||||
#CFLAGS += -DUKRAINIAN_LANG
|
||||
# Uncomment the below line for humorous messages
|
||||
-CFLAGS += -DFUNNY_MSGS
|
||||
+#CFLAGS += -DFUNNY_MSGS
|
||||
# uncomment the line below for debuging info
|
||||
-CFLAGS += -g
|
||||
+#CFLAGS += -g
|
||||
CLIBS =
|
||||
#uncomment the line below if your using Solaris
|
||||
#CLIBS= -lnsl -lsocket
|
1
net/micq/pkg/COMMENT
Normal file
1
net/micq/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Text-based ICQ implementation.
|
4
net/micq/pkg/DESCR
Normal file
4
net/micq/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
A text-based implementation of ICQ, independant of Mirabilis.
|
||||
Currently does not offer chat. Still appears rough: There's no
|
||||
command-line editing, and ANSI color codes are hardcoded in the
|
||||
program.
|
6
net/micq/pkg/PLIST
Normal file
6
net/micq/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
bin/micq
|
||||
share/doc/micq/README
|
||||
share/doc/micq/TODO
|
||||
share/doc/micq/WISHLIST
|
||||
share/doc/micq/commands.txt
|
||||
@dirrm share/doc/micq
|
Loading…
Reference in New Issue
Block a user