openbsd-ports/net/ekg/Makefile

37 lines
748 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2019/07/12 20:48:25 sthen Exp $
COMMENT= Gadu-Gadu IM protocol client
DISTNAME= ekg-1.7
REVISION= 3
CATEGORIES= net
HOMEPAGE= http://ekg.chmurka.net/
# GPLv2 - LGPL
PERMIT_PACKAGE= Yes
WANTLIB= c crypto gadu curses pthread ssl z
2017-05-30 15:29:39 +00:00
MASTER_SITES= ${HOMEPAGE}archive/
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
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
pre-configure:
# External libgadu support
@cd ${WRKSRC}/src && sed -i 's|"libgadu.h"|<libgadu.h>|' *.c *.h
.include <bsd.port.mk>