1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/polish/ekg2/Makefile
Martin Wilke f7d986509f Update to 20060519
PR:		ports/97967
Approved by:	krion (mentor), maintainer
2006-06-07 12:10:27 +00:00

56 lines
1.3 KiB
Makefile

# Ports collection makefile for: ekg2
# Date created: 27 Dec 2005
# Whom: Aleksander Fafula <alex@bsdguru.org>
#
# $FreeBSD$
PORTNAME= ekg2
PORTVERSION= 20060519
CATEGORIES= polish net-im
MASTER_SITES= http://www.ekg2.org/archive/
MAINTAINER= alex@bsdguru.org
COMMENT= Text-mode Gadu-Gadu, Jabber and IRC client
LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu \
expat.6:${PORTSDIR}/textproc/expat2
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
USE_GETTEXT= yes
USE_GCC= 3.2+
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --enable-shared \
--disable-static \
--enable-dynamic \
--with-expat \
--without-aspell \
--without-gtk \
--without-libgsm \
--without-libxosd \
--without-perl \
--without-python \
--without-sqlite3 \
--without-sqlite \
--without-gpm-mouse \
--with-libgadu
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lintl"
MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>