openbsd-ports/net/ekg/Makefile
jasper 957ce66fef - use the external libgadu library, instead of the bundled one.
from pld linux, via mikolaj kucharski
maintainer timed-out
2011-04-06 09:35:03 +00:00

39 lines
787 B
Makefile

# $OpenBSD: Makefile,v 1.5 2011/04/06 09:35:03 jasper Exp $
COMMENT= Gadu-Gadu IM protocol client
DISTNAME= ekg-1.7
REVISION= 0
CATEGORIES= net
HOMEPAGE= http://ekg.chmurka.net/
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
# GPLv2 - LGPL
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= c crypto gadu ncurses pthread ssl z
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= net/libgadu
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
CONFIGURE_ARGS= --enable-dynamic \
--with-pthread \
--without-libjpeg \
--without-libgsm \
--without-libungif
USE_GROFF= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>