freerdp: update to 2.11.7; switch to openssl 3.1
[oi-userland.git] / components / desktop / pidgin-otr / Makefile
blob6cab95b655fb74f20aa2922b862e0e4413553677
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov
15 BUILD_BITS=64
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= pidgin-otr
20 COMPONENT_VERSION= 4.0.2
21 COMPONENT_REVISION= 1
22 COMPONENT_PROJECT_URL= http://www.cypherpunks.ca/otr/
23 COMPONENT_SUMMARY= Off-the-Record (OTR) Messaging plugin for Pidgin
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4
28 COMPONENT_ARCHIVE_URL= http://www.cypherpunks.ca/otr/$(COMPONENT_ARCHIVE)
30 TEST_TARGET= $(NO_TESTS)
31 include $(WS_MAKE_RULES)/common.mk
33 PATH=$(PATH.gnu)
35 COMPONENT_PREP_ACTION = ( cd $(@D) && \
36 aclocal -I. && \
37 autoheader && \
38 libtoolize --automake --copy --force && \
39 automake -a -f -c &&\
40 autoconf )
43 CONFIGURE_OPTIONS+= --sysconfdir=/etc
45 CONFIGURE_ENV+= PERL=$(PERL)
46 CONFIGURE_ENV+= INTLTOOL_PERL=$(PERL)
47 CONFIGURE_ENV+= PYTHON=$(PYTHON)
49 # Build dependencies
50 REQUIRED_PACKAGES += communication/im/pidgin
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES += library/libotr
54 REQUIRED_PACKAGES += system/library
55 REQUIRED_PACKAGES += system/library/security/libgcrypt