aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/simicq/Makefile
blob: 7d17fe639a22287964dced27b6d18f2d4a521797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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.2
CATEGORIES= net kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
DISTNAME=   ${PORTNAME:S/icq//}-${PORTVERSION}

MAINTAINER= brueffer@phoenix-systems.de
COMMENT=    ICQ client which supports Version 8 of the ICQ protocol (ICQ 2001)

USE_GMAKE=  yes
USE_QT_VER= 3
USE_PERL5_BUILD=    yes
GNU_CONFIGURE=  yes
.if !defined(WITHOUT_SSL)
USE_OPENSSL=    yes
.else
CONFIGURE_ARGS+=--disable-openssl
.endif
CONFIGURE_TARGET=
CONFIGURE_ARGS+=    --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>