summaryrefslogtreecommitdiff
path: root/net/libicq/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-03-15 19:59:24 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-03-15 19:59:24 +0000
commit24ad6dcfd4bf4916e12dd952e51a9397691437b4 (patch)
tree6c6e5938cf3a58bb00f4d5362c19e7a7b19cf477 /net/libicq/Makefile
parentFix the "switch" command so that one can switch between threads from (diff)
Update of libicq and gicq.
libicq: 0.20 -> 0.33 gicq: 0.22 -> 0.33
Notes
Notes: svn path=/head/; revision=17238
Diffstat (limited to 'net/libicq/Makefile')
-rw-r--r--net/libicq/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/net/libicq/Makefile b/net/libicq/Makefile
index f2f630954424..6d47b718323b 100644
--- a/net/libicq/Makefile
+++ b/net/libicq/Makefile
@@ -1,20 +1,21 @@
-# New ports collection makefile for: libicq
-# Version required: 0.20
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
+# New ports collection makefile for: libicq
+# Version required: 0.33
+# Date Created: 31 Oct 1998
+# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.1.1.1 1998/11/19 07:03:11 flathill Exp $
+# $Id: Makefile,v 1.2 1998/11/23 06:07:44 asami Exp $
#
-DISTNAME= libicq-0.20
+DISTNAME= libicq-0.33
CATEGORIES= devel
-MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
+MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
+ http://www.nectar.com/distfiles/
MAINTAINER= flathill@FreeBSD.ORG
-GNU_CONFIGURE= yes
+LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config"
.include <bsd.port.mk>