2015-10-30 08:47:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2015/10/30 12:47:40 sthen Exp $
|
2012-03-21 10:41:22 -04:00
|
|
|
|
|
|
|
COMMENT= text based IM client
|
|
|
|
|
|
|
|
DISTNAME= centerim-4.22.10
|
2015-10-30 08:47:38 -04:00
|
|
|
REVISION= 1
|
2012-03-21 10:41:22 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.centerim.org/
|
2014-10-22 09:14:54 -04:00
|
|
|
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
|
2012-03-21 10:41:22 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
WANTLIB += assuan c crypto curl gpg-error gpgme idn jpeg m ncursesw
|
2015-10-30 08:47:38 -04:00
|
|
|
WANTLIB += nghttp2 pthread ssl stdc++ z
|
2012-03-21 10:41:22 -04:00
|
|
|
|
|
|
|
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>
|