openbsd-ports/net/mcabber/Makefile
jasper c5744a55e5 - update mcabber to 0.10.1 (from maintainer)
- regen WANTLIB while here
2010-12-28 23:51:45 +00:00

55 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.14 2010/12/28 23:51:45 jasper Exp $
SHARED_ONLY= Yes
COMMENT= console jabber client
DISTNAME= mcabber-0.10.1
CATEGORIES= net
HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/
MAINTAINER= Markus Hennecke <markus-hennecke@markus-hennecke.de>
# GPLv2+ with SSL exemption
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/files/
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
WANTLIB= c crypto gcrypt gpg-error ncursesw panelw pcre pthread \
ssl glib-2.0 gmodule-2.0 gpgme loudmouth-1>=3 \
idn otr
LIB_DEPENDS= devel/glib2 \
security/gpgme \
net/loudmouth \
devel/libidn \
security/libotr
RUN_DEPENDS= devel/desktop-file-utils
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-gpgme \
--disable-aspell \
--disable-enchant \
--enable-otr \
--enable-sigwinch \
--with-libotr-prefix=${LOCALBASE}/lib \
--with-libotr-inc-prefix=${LOCALBASE}/include
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
${INSTALL_DATA} ${WRKSRC}/mcabber.desktop ${PREFIX}/share/applications/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mcabber
${INSTALL_DATA} ${WRKSRC}/mcabberrc.example \
${PREFIX}/share/examples/mcabber
.include <bsd.port.mk>