2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2019/07/12 20:48:30 sthen Exp $
|
2006-04-15 20:49:25 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= implementation of Gadu-Gadu IM protocol
|
2006-04-15 20:49:25 +00:00
|
|
|
|
2017-12-01 22:12:40 +00:00
|
|
|
VER= 1.12.2
|
2014-10-28 12:30:55 +00:00
|
|
|
DISTNAME= libgadu-${VER}
|
2011-07-04 19:01:44 +00:00
|
|
|
EPOCH= 0
|
2006-04-15 20:49:25 +00:00
|
|
|
CATEGORIES= net
|
2014-10-28 12:30:55 +00:00
|
|
|
MASTER_SITES= http://github.com/wojtekka/libgadu/releases/download/${VER}/
|
2006-04-15 20:49:25 +00:00
|
|
|
|
2014-10-28 01:09:22 +00:00
|
|
|
SHARED_LIBS= gadu 7.0
|
2006-04-15 20:49:25 +00:00
|
|
|
|
2014-10-28 15:14:14 +00:00
|
|
|
HOMEPAGE= http://libgadu.net/
|
2008-12-22 10:30:41 +00:00
|
|
|
|
|
|
|
# LGPLv2.1
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2006-04-15 20:49:25 +00:00
|
|
|
|
2012-09-25 20:43:16 +00:00
|
|
|
WANTLIB= pthread z
|
2011-07-04 19:01:44 +00:00
|
|
|
|
2014-10-28 01:09:22 +00:00
|
|
|
USE_GMAKE= Yes
|
2006-04-15 20:49:25 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2016-03-11 20:28:21 +00:00
|
|
|
CONFIGURE_ARGS= --disable-tests \
|
2008-12-22 10:30:41 +00:00
|
|
|
--without-bind \
|
2011-03-09 12:11:07 +00:00
|
|
|
--without-gnutls \
|
2016-11-01 08:11:21 +00:00
|
|
|
--without-openssl \
|
|
|
|
--without-protobuf
|
2015-01-14 06:17:11 +00:00
|
|
|
CONFIGURE_ENV= ac_cv_prog_DOXYGEN=no
|
2006-04-15 20:49:25 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2006-04-15 20:49:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|