summaryrefslogtreecommitdiff
path: root/net-im/sim-im/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-15 20:14:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-15 20:14:58 +0000
commitb724ac5fa22f46a9b9f27f7b823d40d7966fdcae (patch)
tree5c60a3625b450300fe07d4805be4d868461089a0 /net-im/sim-im/Makefile
parentApply a patch to avoid coredump on platforms where sizeof(int) != (diff)
Add simicq, another KDE-ICQ clone.
PR: 44886 Submitted by: Josef El-Rayes <j.el-rayes@daemon.li>
Notes
Notes: svn path=/head/; revision=70201
Diffstat (limited to 'net-im/sim-im/Makefile')
-rw-r--r--net-im/sim-im/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile
new file mode 100644
index 000000000000..41f6b8463398
--- /dev/null
+++ b/net-im/sim-im/Makefile
@@ -0,0 +1,38 @@
+# 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
+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
+
+USE_GMAKE= yes
+USE_QT_VER= 3
+GNU_CONFIGURE= yes
+USE_OPENSSL= yes
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+= --disable-fast-perl \
+ --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.pre.mk>
+
+.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.post.mk>