summaryrefslogtreecommitdiff
path: root/net-im/sim-im/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/sim-im/Makefile')
-rw-r--r--net-im/sim-im/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile
deleted file mode 100644
index 0075590883d8..000000000000
--- a/net-im/sim-im/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New Ports Collection Makefile for: sim-icq
-# Date created: 4 Nov 2002
-# Whom: Josef El-Rayes <j.el-rayes@daemon.li>
-#
-# $FreeBSD$
-
-PORTNAME= simicq
-PORTVERSION= 0.8.1
-CATEGORIES= net kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
-DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION}
-
-MAINTAINER= j.el-rayes@daemon.li
-COMMENT= ICQ client which supports Version 8 of the ICQ protocol (ICQ 2001)
-
-USE_GMAKE= yes
-USE_QT_VER= 3
-GNU_CONFIGURE= yes
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-.else
-CONFIGURE_ARGS+=--disable-openssl
-.endif
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --disable-fast-perl \
- --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-.if defined(WITHOUT_KDE)
-CONFIGURE_ARGS+= --disable-kde --enable-mt
-USE_REINPLACE= yes
-.else
-USE_KDELIBS_VER= 3
-.endif
-
-post-patch:
-.if defined(WITHOUT_KDE)
- ${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," ${WRKSRC}/configure
-.endif
-
-.include <bsd.port.mk>