components/desktop/pidgin/Makefile
changeset 5091 81e5d6b75c3c
child 5126 d8d0ebb8ed32
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/Makefile	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,121 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		pidgin
+COMPONENT_VERSION=	2.10.11
+COMPONENT_PROJECT_URL=	http://www.pidgin.im
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
+COMPONENT_ARCHIVE_HASH= \
+    sha256:f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
+COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/pidgin
+
+TPNO=			21690
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+# Need to pick up the Studio compiler as some Makefiles just use "cc".
+# Need to pick up the GNU version of xgettext.
+PATH=$(dir $(CC)):$(SPRO_VROOT)/bin:/usr/gnu/bin:/usr/bin
+
+CFLAGS +=		-DG_IMPLEMENT_INLINES -DG_HAVE_ISO_VARARGS
+
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; \
+	glib-gettextize -f ; \
+	libtoolize --force ; \
+	intltoolize --force --copy --automake ; \
+	aclocal -I . ; \
+	autoheader ; \
+	automake -a -c -f ; \
+	autoconf )
+
+# Needed to get libpurple to link properly.
+LIBS += -lresolv
+CONFIGURE_ENV +=	LIBS="$(LIBS)"
+
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS +=	--disable-binreloc
+CONFIGURE_OPTIONS +=	--enable-gnutls=no
+CONFIGURE_OPTIONS +=	--with-nss-includes=/usr/include/mps
+CONFIGURE_OPTIONS +=	--with-nss-libs=/usr/lib/mps
+CONFIGURE_OPTIONS +=	--with-nspr-includes=/usr/include/mps
+CONFIGURE_OPTIONS +=	--with-nspr-libs=/usr/lib/mps
+CONFIGURE_OPTIONS +=	--enable-gnome-keyring
+CONFIGURE_OPTIONS +=	--disable-gevolution
+CONFIGURE_OPTIONS +=	--enable-cap
+CONFIGURE_OPTIONS +=	--disable-meanwhile
+CONFIGURE_OPTIONS +=	--disable-nm
+CONFIGURE_OPTIONS +=	--disable-consoleui
+CONFIGURE_OPTIONS +=	--disable-vv
+CONFIGURE_OPTIONS +=	--with-perl-lib=vendor
+
+# Always show the build and link lines for easier debugging.
+COMPONENT_BUILD_ARGS +=	V=1
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32)
+
+build:          $(BUILD_32)
+
+install:        $(INSTALL_32)
+
+test:           $(NO_TESTS)
+
+system-test:	$(NO_TESTS)
+
+REQUIRED_PACKAGES += database/sqlite-3
+REQUIRED_PACKAGES += library/audio/gstreamer
+REQUIRED_PACKAGES += library/desktop/atk
+REQUIRED_PACKAGES += library/desktop/cairo
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/gtk2
+REQUIRED_PACKAGES += library/desktop/gtkspell
+REQUIRED_PACKAGES += library/desktop/pango
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/gnome/gnome-keyring
+REQUIRED_PACKAGES += library/libidn
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/nspr
+REQUIRED_PACKAGES += library/python/python-dbus-27
+REQUIRED_PACKAGES += library/security/nss
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += runtime/python-27
+REQUIRED_PACKAGES += runtime/tcl-8
+REQUIRED_PACKAGES += runtime/tk-8
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/libdbus
+REQUIRED_PACKAGES += system/library/libdbus-glib
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/network/avahi
+REQUIRED_PACKAGES += x11/library/libice
+REQUIRED_PACKAGES += x11/library/libsm
+REQUIRED_PACKAGES += x11/library/libx11
+REQUIRED_PACKAGES += x11/library/libxscrnsaver