1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net-im/ickle/Makefile
Jeremy Messenger 00f2c843c5 The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.

PR:		ports/153355
Discussed with:	My team, FreeBSD GNOME Team
Tested by:	pointyhat-exp (thanks pav!)
2011-01-04 03:32:21 +00:00

51 lines
1.1 KiB
Makefile

# ex:ts=8
# New ports collection makefile for: ickle
# Date created: Nov 21, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ickle
PORTVERSION= 0.3.2
PORTREVISION= 7
CATEGORIES= net-im devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= ICQ2000 protocol implementation
LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 \
icq2000.5:${PORTSDIR}/net-im/libicq2000
USE_GNOME= gtk12
WANT_GNOME= yes
USE_ICONV= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \
--with-gtkmm-prefix=${LOCALBASE} \
--with-gnome=no
CONFIGURE_ENV= CPPFLAGS="`${LOCALBASE}/bin/sigc-config --cflags`"
post-patch:
@${REINPLACE_CMD} -E -e 's|(gtkmm_config_args[[:space:]]*=).+$$|\1|' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.pre.mk>
.if defined(WITH_ICKLE_CONTROL)
PLIST_SUB+= ICKLECONTROL=""
.else
CONFIGURE_ARGS+= --without-ickle-control
PLIST_SUB+= ICKLECONTROL="@comment "
.endif
pre-everything::
.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>