freebsd-ports/polish/ekg/Makefile
Ion-Mihai Tetcu e35cfa602c Make polish/ekg not install libgadu.so and use the one provided with
polish/libgadu.

PR:		ports/99725
Submitted by:	Marcin Wisnicki
Approved by:	maintainer timeout
2006-07-28 17:08:16 +00:00

40 lines
897 B
Makefile

# Ports collection makefile for: ekg
# Date created: 24 March 2003
# Whom: Jacek Pelka <jacek@combit.com.pl>
#
# $FreeBSD$
PORTNAME= ekg
PORTVERSION= 1.6
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= polish net-im
MASTER_SITES= http://dev.null.pl/ekg/
MAINTAINER= alex@bsdguru.org
COMMENT= Text-mode Gadu-Gadu client
LIB_DEPENDS= aspell.16:${PORTSDIR}/polish/aspell \
gadu.3:${PORTSDIR}/polish/libgadu
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
CONFIGURE_ARGS+= --disable-shared \
--disable-static \
--enable-dynamic \
--enable-aspell
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
MAN1= ekg.1
MANLANG= "" pl
MANCOMPRESSED= no
post-install:
${STRIP_CMD} ${PREFIX}/bin/ekg
.include <bsd.port.mk>