diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-12 05:22:58 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-12 05:22:58 +0000 |
commit | 252f5a2a49a38fdb89e1f68a99d073e5fdf30622 (patch) | |
tree | ce07c2d48e59a2319697c877c5a8db6347b6dbc3 /japanese/micq | |
parent | 7ec739a3a8800d79e1a9589fa67ba1959e2676c3 (diff) | |
download | ports-252f5a2a49a38fdb89e1f68a99d073e5fdf30622.tar.gz ports-252f5a2a49a38fdb89e1f68a99d073e5fdf30622.zip |
Notes
Diffstat (limited to 'japanese/micq')
-rw-r--r-- | japanese/micq/Makefile | 18 | ||||
-rw-r--r-- | japanese/micq/distinfo | 3 | ||||
-rw-r--r-- | japanese/micq/files/patch-ab | 8 |
3 files changed, 18 insertions, 11 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile index d92408b7a7ec..e8a12a372955 100644 --- a/japanese/micq/Makefile +++ b/japanese/micq/Makefile @@ -1,20 +1,26 @@ # New ports collection makefile for: micq -# Version required: 11 Oct 1998 +# Version required: 13 Dec 1998 # Date created: 31 Oct 1998 -# Whom: Seiichirou Hiraoka +# Whom: flathill # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/19 08:01:50 flathill Exp $ # DISTNAME= micq -PKGNAME= ja-micq-981011 +PKGNAME= ja-micq-0.3.3 CATEGORIES= japanese net -MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/ \ + http://www.freebsd.org/~flathill/distfiles/ EXTRACT_SUFX= .tgz +PATCH_SITES= http://flos.kuee.kyoto-u.ac.jp/soft/ \ + http://www.freebsd.org/~flathill/distfiles/ +PATCHFILES= micq981218ja.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= flathill@FreeBSD.ORG -WRKSRC= ${WRKDIR}/micq981011 +WRKSRC= ${WRKDIR}/micq981218 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin diff --git a/japanese/micq/distinfo b/japanese/micq/distinfo index 26a79cd87cd2..7a397ed2e894 100644 --- a/japanese/micq/distinfo +++ b/japanese/micq/distinfo @@ -1 +1,2 @@ -MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964 +MD5 (micq.tgz) = 2bdb5c91dcb7308e9994cd7889ba84ae +MD5 (micq981218ja.patch) = d98f7a6a4c0cdfcbc27989a39468f3e2 diff --git a/japanese/micq/files/patch-ab b/japanese/micq/files/patch-ab index cbd4721ef7d7..1629a6231ba0 100644 --- a/japanese/micq/files/patch-ab +++ b/japanese/micq/files/patch-ab @@ -1,13 +1,13 @@ ---- Makefile.orig Sun Oct 11 06:55:43 1998 -+++ Makefile Mon Oct 26 08:22:40 1998 +--- Makefile.orig Tue Jan 12 14:13:46 1999 ++++ Makefile Tue Jan 12 14:13:53 1999 @@ -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 +-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR +# CC = gcc -+CFLAGS += -DUNIX -DANSI_COLOR ++CFLAGS = -DUNIX -DANSI_COLOR # Uncomment the below line for humorous messages #CFLAGS += -DFUNNY_MSGS # uncomment the line below for debuging info |