openbsd-ports/net/ekg/Makefile
2013-03-11 11:35:43 +00:00

36 lines
705 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:46 espie 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_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_TEST= Yes
.include <bsd.port.mk>