aboutsummaryrefslogtreecommitdiff
path: root/net-im/ickle/Makefile
blob: 40f26460d8ee6955ccb80d6b3d79b65262e559d6 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# ex:ts=8
# New ports collection makefile for:	ickle
# Date created:			Nov 21, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	ickle
PORTVERSION=	0.3.1
CATEGORIES=	net devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	troff@paranoia.ru

LIB_DEPENDS=	gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \
		iconv.3:${PORTSDIR}/converters/libiconv \
		icq2000.4:${PORTSDIR}/net/libicq2000

WANT_GNOME=	yes
USE_GTK=	yes
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFIGURE_ARGS=	--with-sigc-prefix=${LOCALBASE} \
		--with-gtkmm-prefix=${X11BASE}

post-patch:
	@${PERL} -pi -e 's|(#include <sys/socket.h>)|#include <sys/types.h>\n\1|' \
		${WRKSRC}/ctrlsocket/ControlSocket.h

.include <bsd.port.pre.mk>

.if defined(HAVE_GNOME) || defined(WITH_GNOME)
USE_GNOME=	yes

PLIST_SUB+=	ICKLEDATADIR="share/gnome/" GNOME="" NOGNOME="@comment "
.else
CONFIGURE_ARGS+=	--with-gnome=no

PLIST_SUB+=	ICKLEDATADIR="share/" GNOME="@comment " NOGNOME=""
.endif

.if defined(WITH_ICKLE_CONTROL)
PLIST_SUB+=	ICKLECONTROL=""
.else
CONFIGURE_ARGS+=	--without-ickle-control

PLIST_SUB+=	ICKLECONTROL="@comment "
.endif

pre-everything::
.if !defined(HAVE_GNOME) && !defined(WITH_GNOME)
	@${ECHO_MSG} "===> Define WITH_GNOME		to enable GNOME support"
.endif
.if !defined(WITH_ICKLE_CONTROL)
	@${ECHO_MSG} "===> Define WITH_ICKLE_CONTROL	to enable external command-line"
	@${ECHO_MSG} "===>				control for the ickle client"
.endif

.include <bsd.port.post.mk>