freebsd-ports/net-im/jggtrans/Makefile
Tijl Coosemans f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00

47 lines
1.1 KiB
Makefile

# Created by: Bartek Rutkowski <r@robakdesign.com>
# $FreeBSD$
PORTNAME= jggtrans
PORTVERSION= 2.2.6
PORTREVISION= 1
CATEGORIES= net-im polish
MASTER_SITES= https://github.com/Jajcus/jggtrans/releases/download/v${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Jabberd XMPP to GG instant messaging service gateway
LICENSE= GPLv2
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libgadu.so:${PORTSDIR}/polish/libgadu
GNU_CONFIGURE= yes
USES= gettext gmake pkgconfig
USE_GNOME= glib20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
USE_RC_SUBR= jggtrans
OPTIONS_DEFINE= DEBUG EJABBERD
EJABBERD_DESC= transport with ejabberd
DEBUG_CONFIGURE_ENABLE=debug
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEJABBERD}
JABBER_USER?= ejabberd
SUB_LIST+= JABBER_REQUIRE=ejabberd
.else
JABBER_USER?= jabber
SUB_LIST+= JABBER_REQUIRE=jabberd
.endif
SUB_LIST+= JABBER_USER=${JABBER_USER}
post-install:
@${INSTALL_DATA} ${WRKSRC}/jggtrans.xml ${STAGEDIR}${PREFIX}/etc/jggtrans.xml.sample
.include <bsd.port.mk>