2017-12-01 22:12:40 +00:00

32 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.24 2017/12/01 22:12:40 fcambus Exp $
COMMENT= implementation of Gadu-Gadu IM protocol
VER= 1.12.2
DISTNAME= libgadu-${VER}
EPOCH= 0
CATEGORIES= net
MASTER_SITES= http://github.com/wojtekka/libgadu/releases/download/${VER}/
SHARED_LIBS= gadu 7.0
HOMEPAGE= http://libgadu.net/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= pthread z
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-tests \
--without-bind \
--without-gnutls \
--without-openssl \
--without-protobuf
CONFIGURE_ENV= ac_cv_prog_DOXYGEN=no
NO_TEST= Yes
.include <bsd.port.mk>