diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 08:01:50 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 08:01:50 +0000 |
commit | da53a5d09bb7a6a335e705ca92b1b4fbd5f7f92c (patch) | |
tree | 2e2b8b4d9a31f27dd54e8895d1c9ce9505e82910 /japanese/micq | |
parent | b136939bde7b4d76892b74673f9c60d542c9a53b (diff) | |
download | ports-da53a5d09bb7a6a335e705ca92b1b4fbd5f7f92c.tar.gz ports-da53a5d09bb7a6a335e705ca92b1b4fbd5f7f92c.zip |
Notes
Diffstat (limited to 'japanese/micq')
-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 |