openbsd-ports/net/libgadu/Makefile

31 lines
577 B
Makefile
Raw Normal View History

2011-03-09 07:11:07 -05:00
# $OpenBSD: Makefile,v 1.9 2011/03/09 12:11:07 jasper Exp $
COMMENT= implementation of Gadu-Gadu IM protocol
2011-03-09 07:11:07 -05:00
DISTNAME= libgadu-1.10.0
2010-11-19 17:31:32 -05:00
EPOCH = 0
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}files/
2011-03-09 07:11:07 -05:00
SHARED_LIBS= gadu 5.1
HOMEPAGE= http://toxygen.net/libgadu/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
2011-03-09 07:11:07 -05:00
--disable-silent-rules \
--without-bind \
2011-03-09 07:11:07 -05:00
--without-gnutls \
--without-openssl
NO_REGRESS= Yes
.include <bsd.port.mk>