2009-04-06 06:46:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2009/04/06 10:46:49 sthen 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
|
|
|
|
2009-04-06 06:46:49 -04:00
|
|
|
DISTNAME= libgadu-1.8.2
|
2008-12-22 05:30:41 -05:00
|
|
|
PKGNAME= ${DISTNAME}v0
|
2006-04-15 16:49:25 -04:00
|
|
|
CATEGORIES= net
|
2008-12-22 05:30:41 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
2006-04-15 16:49:25 -04:00
|
|
|
|
2008-12-22 05:30:41 -05:00
|
|
|
SHARED_LIBS= gadu 4.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
|
|
|
|
|
2008-12-22 05:30:41 -05:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
2006-04-15 16:49:25 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2008-12-22 05:30:41 -05:00
|
|
|
--without-bind \
|
|
|
|
--without-openssl
|
2006-04-15 16:49:25 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|