2011-07-04 15:01:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/07/04 19:01:44 jasper Exp $
|
2006-04-15 16:49:25 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= implementation of Gadu-Gadu IM protocol
|
2006-04-15 16:49:25 -04:00
|
|
|
|
2011-07-04 15:01:44 -04:00
|
|
|
DISTNAME= libgadu-1.11.0
|
|
|
|
EPOCH= 0
|
2006-04-15 16:49:25 -04:00
|
|
|
CATEGORIES= net
|
2011-03-30 05:33:56 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
2006-04-15 16:49:25 -04:00
|
|
|
|
2011-07-04 15:01:44 -04:00
|
|
|
SHARED_LIBS= gadu 6.0
|
2006-04-15 16:49:25 -04:00
|
|
|
|
2008-12-22 05:30:41 -05:00
|
|
|
HOMEPAGE= http://toxygen.net/libgadu/
|
|
|
|
|
|
|
|
# LGPLv2.1
|
2006-04-15 16:49:25 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-07-04 15:01:44 -04:00
|
|
|
WANTLIB= z
|
|
|
|
|
2008-12-22 05:30:41 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2006-04-15 16:49:25 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2011-07-04 15:01:44 -04:00
|
|
|
--disable-tests \
|
2008-12-22 05:30:41 -05:00
|
|
|
--without-bind \
|
2011-03-09 07:11:07 -05:00
|
|
|
--without-gnutls \
|
2008-12-22 05:30:41 -05:00
|
|
|
--without-openssl
|
2006-04-15 16:49:25 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|