diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-19 16:01:50 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-19 16:01:50 +0800 |
commit | 1555f73514f61dc01125f5b1dde77e72d74c905c (patch) | |
tree | 7f584a12762f37c28f3a8f24d6bb2741958d72a4 /japanese | |
parent | 651e5b07cea942d30efff097f2e621ccb4c01722 (diff) | |
download | freebsd-ports-gnome-1555f73514f61dc01125f5b1dde77e72d74c905c.tar.gz freebsd-ports-gnome-1555f73514f61dc01125f5b1dde77e72d74c905c.tar.zst freebsd-ports-gnome-1555f73514f61dc01125f5b1dde77e72d74c905c.zip |
Initial Import ja-micq(micq for japanese)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/micq/Makefile | 28 | ||||
-rw-r--r-- | japanese/micq/distinfo | 1 | ||||
-rw-r--r-- | japanese/micq/files/patch-ab | 13 | ||||
-rw-r--r-- | japanese/micq/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/micq/pkg-descr | 7 | ||||
-rw-r--r-- | japanese/micq/pkg-plist | 6 |
6 files changed, 56 insertions, 0 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile new file mode 100644 index 000000000000..d92408b7a7ec --- /dev/null +++ b/japanese/micq/Makefile @@ -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> diff --git a/japanese/micq/distinfo b/japanese/micq/distinfo new file mode 100644 index 000000000000..26a79cd87cd2 --- /dev/null +++ b/japanese/micq/distinfo @@ -0,0 +1 @@ +MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964 diff --git a/japanese/micq/files/patch-ab b/japanese/micq/files/patch-ab new file mode 100644 index 000000000000..cbd4721ef7d7 --- /dev/null +++ b/japanese/micq/files/patch-ab @@ -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 diff --git a/japanese/micq/pkg-comment b/japanese/micq/pkg-comment new file mode 100644 index 000000000000..3b126f620404 --- /dev/null +++ b/japanese/micq/pkg-comment @@ -0,0 +1 @@ +Text-based ICQ implementation. diff --git a/japanese/micq/pkg-descr b/japanese/micq/pkg-descr new file mode 100644 index 000000000000..29db2c65bb3b --- /dev/null +++ b/japanese/micq/pkg-descr @@ -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 diff --git a/japanese/micq/pkg-plist b/japanese/micq/pkg-plist new file mode 100644 index 000000000000..d35fab5efd8b --- /dev/null +++ b/japanese/micq/pkg-plist @@ -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 |