Initial Import ja-micq(micq for japanese)
This commit is contained in:
parent
b136939bde
commit
da53a5d09b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14673
28
japanese/micq/Makefile
Normal file
28
japanese/micq/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: micq
|
||||
# Version required: 11 Oct 1998
|
||||
# Date created: 31 Oct 1998
|
||||
# Whom: Seiichirou Hiraoka
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= micq
|
||||
PKGNAME= ja-micq-981011
|
||||
CATEGORIES= japanese net
|
||||
MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= flathill@FreeBSD.ORG
|
||||
|
||||
WRKSRC= ${WRKDIR}/micq981011
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/micq
|
||||
.for file in README TODO WISHLIST commands.txt
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/micq/distinfo
Normal file
1
japanese/micq/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964
|
13
japanese/micq/files/patch-ab
Normal file
13
japanese/micq/files/patch-ab
Normal file
@ -0,0 +1,13 @@
|
||||
--- Makefile.orig Sun Oct 11 06:55:43 1998
|
||||
+++ Makefile Mon Oct 26 08:22:40 1998
|
||||
@@ -1,8 +1,8 @@
|
||||
# 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
|
||||
-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR
|
||||
+# CC = gcc
|
||||
+CFLAGS += -DUNIX -DANSI_COLOR
|
||||
# Uncomment the below line for humorous messages
|
||||
#CFLAGS += -DFUNNY_MSGS
|
||||
# uncomment the line below for debuging info
|
1
japanese/micq/pkg-comment
Normal file
1
japanese/micq/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Text-based ICQ implementation.
|
7
japanese/micq/pkg-descr
Normal file
7
japanese/micq/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
||||
|
||||
- Seiichirou Hiraoka
|
||||
flathill@FreeBSD.ORG
|
6
japanese/micq/pkg-plist
Normal file
6
japanese/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