aboutsummaryrefslogtreecommitdiffstats
path: root/polish/libgadu/Makefile
blob: 0cb98011112b4843f62076f8524a527ba7ad3dc5 (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
# Created by: Aleksander Fafula <alex@BSDGuru.org>
# $FreeBSD$

PORTNAME=   libgadu
PORTVERSION=    1.12.1
PORTEPOCH=  1
CATEGORIES= polish net-im

MAINTAINER= pawel@FreeBSD.org
COMMENT=    Instant messaging library for Gadu-Gadu protocol

LICENSE=    LGPL21

LIB_DEPENDS=    libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c

CONFLICTS=  pl-ekg-1.[0-6]*

USE_GITHUB= yes
GH_ACCOUNT= wojtekka

USES=       autoreconf gmake libtool pathfix pkgconfig tar:bzip2
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \
        --disable-tests --without-gnutls
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

PLIST_FILES=    include/libgadu.h \
        lib/libgadu.so \
        lib/libgadu.so.3 \
        lib/libgadu.so.3.13.0 \
        libdata/pkgconfig/libgadu.pc

OPTIONS_DEFINE= OPENSSL
OPTIONS_DEFAULT=OPENSSL

OPENSSL_CONFIGURE_WITH= openssl
OPENSSL_USE=        OPENSSL=yes

.include <bsd.port.pre.mk>

pre-install:
# OpenSSL from base system lacks .pc file for pkgconfig
.if ${PORT_OPTIONS:MOPENSSL}
    @${REINPLACE_CMD} -e 's|openssl| |g' ${WRKSRC}/pkgconfig/libgadu.pc
.endif

.include <bsd.port.post.mk>