2014-10-28 12:30:55 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2014/10/28 12:30:55 brad 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
|
|
|
|
2014-10-28 12:30:55 +00:00
|
|
|
VER= 1.12.0
|
|
|
|
DISTNAME= libgadu-${VER}
|
|
|
|
REVISION= 0
|
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 12:30:55 +00:00
|
|
|
HOMEPAGE= http://http://libgadu.net/
|
2008-12-22 10:30:41 +00:00
|
|
|
|
|
|
|
# LGPLv2.1
|
2006-04-15 20:49:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
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
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2011-07-04 19:01:44 +00:00
|
|
|
--disable-tests \
|
2008-12-22 10:30:41 +00:00
|
|
|
--without-bind \
|
2011-03-09 12:11:07 +00:00
|
|
|
--without-gnutls \
|
2008-12-22 10:30:41 +00:00
|
|
|
--without-openssl
|
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>
|