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/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile
deleted file mode 100644
index 3653244b0931..000000000000
--- a/net-im/libicq/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: libicq
-# Version required: 0.33
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
-#
-# $FreeBSD$
-#
-
-DISTNAME= libicq-0.33
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
- http://www.nectar.com/distfiles/
-
-MAINTAINER= flathill@FreeBSD.org
-
-LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-USE_LIBTOOL= yes
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
-
-.include <bsd.port.mk>