1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/polish/ekg/Makefile
2013-10-05 16:52:12 +00:00

40 lines
901 B
Makefile

# Created by: Jacek Pelka <jacek@combit.com.pl>
# $FreeBSD$
PORTNAME= ekg
DISTVERSION= 1.8rc2
PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= polish net-im
MASTER_SITES= http://ekg.chmurka.net/
MAINTAINER= pawel@FreeBSD.org
COMMENT= Text-mode Gadu-Gadu client
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libgadu.so:${PORTSDIR}/polish/libgadu
GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-libungif \
--without-libjpeg \
--disable-ui-gtk
CFLAGS+= -I/usr/include -I${LOCALBASE}/include
LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo -pthread
OPTIONS_DEFINE= ASPELL OPENSSL
OPTIONS_DEFAULT= OPENSSL
ASPELL_CONFIGURE_ON= --enable-aspell
ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/polish/aspell
OPENSSL_CONFIGURE_OFF= --without-openssl
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ekg
.include <bsd.port.mk>