forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
35 lines (27 loc) · 771 Bytes
/
Makefile
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
PORTNAME= libgadu
PORTVERSION= 1.12.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= polish net-im
MAINTAINER= [email protected]
COMMENT= Instant messaging library for Gadu-Gadu protocol
WWW= https://libgadu.net
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
libgnutls.so:security/gnutls
CONFLICTS= pl-ekg-1.[0-6]*
USE_GITHUB= yes
GH_ACCOUNT= wojtekka
USES= autoreconf gmake libtool localbase pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \
--disable-tests
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_FILES= include/libgadu.h \
lib/libgadu.so \
lib/libgadu.so.3 \
lib/libgadu.so.3.13.0 \
libdata/pkgconfig/libgadu.pc
.include <bsd.port.mk>