summaryrefslogtreecommitdiff
path: root/net-im/libicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/libicq/Makefile')
-rw-r--r--net-im/libicq/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile
index f2f630954424..6d47b718323b 100644
--- a/net-im/libicq/Makefile
+++ b/net-im/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>