openbsd-ports/net/centerim/Makefile
ajacoutot 71d2945353 Import centerim-4.22.10.
CenterIM is a text mode menu- and window-driven IM interface. ICQ,
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently
supported.
<...>

from Gonzalo L. R. with some tweaks
ok robert@
2012-03-21 14:41:22 +00:00

49 lines
1010 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/03/21 14:41:22 ajacoutot Exp $
COMMENT= text based IM client
DISTNAME= centerim-4.22.10
CATEGORIES= net
HOMEPAGE= http://www.centerim.org/
MAINTAINER= Gonzalo L. R. <gonzalo@x61.com.ar>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += assuan c crypto curl gpg-error gpgme idn jpeg m ncursesw
WANTLIB += pthread ssl stdc++ z
MASTER_SITES= http://centerim.org/download/releases/
MODULES= devel/gettext \
lang/python
MODPY_BUILD_DEPENDS= No
MODPY_RUN_DEPENDS= No
MODPY_ADJ_FILES= misc/CenterIMLog2HTML.py
USE_GMAKE= Yes
LIB_DEPENDS= devel/libidn \
graphics/jpeg \
net/curl \
security/gpgme
AUTOCONF_VERSION= 2.68
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-locales-fix \
--with-ssl \
--with-openssl \
--with-libiconv-prefix \
--with-ncurses
.include <bsd.port.mk>