pvalchev 32234419a5 Update to centericq-4.5.0
This release adds a very important improvement. ICQ communications were
moved to the library of ickle client, written by Barnaby Gray
<barnaby@beedesign.co.uk>. Since the library supports the icq2000
protocol, this version centericq doesn't loose messages unlike previous
ones. Also it's now possible to send SMSes. Though, the library is not
complete yet, so features such as finding users, updating details,
sending contacts and files are now gone. Temporary.
2001-12-19 00:25:26 +00:00

36 lines
908 B
Makefile

# $OpenBSD: Makefile,v 1.12 2001/12/19 00:25:26 pvalchev Exp $
COMMENT= "curses-based icq client implementation"
DISTNAME= centericq-4.5.0
CATEGORIES= net
NEED_VERSION= 1.502
MASTER_SITES= http://konst.org.ua/download/ \
http://konst.home.welcomehome.org/
HOMEPAGE= http://konst.org.ua/software.centericq.html
MODULES= gettext
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= sigc.0:libsigc++-*:devel/libsigc++
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= PREFIX="${PREFIX}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/centericq
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/centericq
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/centericq
.include <bsd.port.mk>