diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-04-06 20:47:00 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-04-06 20:47:00 +0000 |
commit | c112a2fba2e817d9e4bf14e68ae1ad1407558a5b (patch) | |
tree | bf640dc454012806cc93f8e2f15da468b2f60130 /net/micq | |
parent | 5827c7f43b6c6750e7f0a46d7065b5d060ef97cb (diff) | |
download | ports-c112a2fba2e817d9e4bf14e68ae1ad1407558a5b.tar.gz ports-c112a2fba2e817d9e4bf14e68ae1ad1407558a5b.zip |
Notes
Diffstat (limited to 'net/micq')
-rw-r--r-- | net/micq/Makefile | 11 | ||||
-rw-r--r-- | net/micq/distinfo | 2 | ||||
-rw-r--r-- | net/micq/files/patch-aa | 12 |
3 files changed, 11 insertions, 14 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile index 45d671a8cb9c..1bcfb6e1c430 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -1,21 +1,18 @@ # New ports collection makefile for: micq -# Version required: 0.3.3 +# Version required: 0.4.0 # Date created: 11 Oct 1998 # Whom: mph # -# $Id: Makefile,v 1.3 1998/12/14 22:36:07 mph Exp $ +# $Id: Makefile,v 1.4 1999/01/07 18:38:53 mph Exp $ # -DISTNAME= micq -PKGNAME= micq-0.3.3 +DISTNAME= micq-0.4.0 CATEGORIES= net -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.0/ EXTRACT_SUFX= .tgz MAINTAINER= mph@freebsd.org -WRKSRC= ${WRKDIR}/micq981218 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/net/micq/distinfo b/net/micq/distinfo index 4a9ecad83086..6e590a14ebba 100644 --- a/net/micq/distinfo +++ b/net/micq/distinfo @@ -1 +1 @@ -MD5 (micq.tgz) = 2bdb5c91dcb7308e9994cd7889ba84ae +MD5 (micq-0.4.0.tgz) = 5d020c7a6c208ad06ea791c4a425307c diff --git a/net/micq/files/patch-aa b/net/micq/files/patch-aa index 811a1e28a735..627ccf57bd8b 100644 --- a/net/micq/files/patch-aa +++ b/net/micq/files/patch-aa @@ -1,13 +1,13 @@ ---- Makefile.orig Thu Dec 17 23:04:03 1998 -+++ Makefile Thu Jan 7 10:34:19 1999 +--- Makefile.orig Tue Apr 6 13:40:57 1999 ++++ Makefile Tue Apr 6 13:41:19 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 = -O4 -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 + CFLAGS += -DUSE_MREADLINE + CFLAGS += -DENGLISH_LANG + #CFLAGS += -DBRAZIL_LANG |