2003-07-21 14:47:08 +02:00
|
|
|
# Ports collection makefile for: ekg
|
|
|
|
# Date created: 24 March 2003
|
|
|
|
# Whom: Jacek Pelka <jacek@combit.com.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-10-05 21:12:36 +02:00
|
|
|
PORTNAME= ekg
|
2007-03-12 04:34:55 +01:00
|
|
|
PORTVERSION= 1.7.r3
|
2007-04-16 21:29:17 +02:00
|
|
|
PORTREVISION= 1
|
2005-11-11 21:27:35 +01:00
|
|
|
PORTEPOCH= 2
|
2005-11-09 20:11:29 +01:00
|
|
|
CATEGORIES= polish net-im
|
2006-11-05 09:06:09 +01:00
|
|
|
MASTER_SITES= http://ekg.chmurka.net/
|
2007-03-12 04:34:55 +01:00
|
|
|
DISTNAME= ${PORTNAME}-1.7rc3
|
2003-07-21 14:47:08 +02:00
|
|
|
|
2005-11-11 21:27:35 +01:00
|
|
|
MAINTAINER= alex@bsdguru.org
|
2003-10-05 21:12:36 +02:00
|
|
|
COMMENT= Text-mode Gadu-Gadu client
|
2003-07-21 14:47:08 +02:00
|
|
|
|
2007-04-16 21:29:17 +02:00
|
|
|
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
|
|
|
|
gadu.3:${PORTSDIR}/polish/libgadu
|
2004-05-09 21:05:23 +02:00
|
|
|
|
2003-10-05 21:12:36 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-05-09 21:05:23 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2006-07-28 19:08:16 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-shared \
|
2003-07-21 14:47:08 +02:00
|
|
|
--disable-static \
|
2007-04-16 21:29:17 +02:00
|
|
|
--enable-dynamic \
|
|
|
|
--without-openssl \
|
|
|
|
--disable-libgadu-openssl \
|
|
|
|
--without-libungif \
|
|
|
|
--without-libjpeg
|
2007-02-25 08:32:46 +01:00
|
|
|
|
2004-05-09 21:05:23 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
2004-08-04 12:19:24 +02:00
|
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
2007-04-16 21:29:17 +02:00
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
|
2003-07-21 14:47:08 +02:00
|
|
|
|
2007-02-25 08:32:46 +01:00
|
|
|
OPTIONS= ASPELL "Build with ASPELL support" off
|
2007-03-12 04:34:55 +01:00
|
|
|
|
2007-02-25 08:32:46 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_ASPELL)
|
|
|
|
LIB_DEPENDS+= aspell.16:${PORTSDIR}/polish/aspell
|
|
|
|
CONFIGURE_ARGS+= --enable-aspell
|
|
|
|
.endif
|
|
|
|
|
2006-11-05 09:06:09 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-07-21 14:47:08 +02:00
|
|
|
|
|
|
|
MAN1= ekg.1
|
|
|
|
MANLANG= "" pl
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${PREFIX}/bin/ekg
|
|
|
|
|
2007-02-25 08:32:46 +01:00
|
|
|
.include <bsd.port.post.mk>
|