diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:18:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:18:11 +0000 |
commit | 7ae19c3ad41d026409c8678165acb0a915c67d34 (patch) | |
tree | 69b9c40644b7552cf69a821770b47f1b2c8d5251 /net-im/jggtrans | |
parent | dcaa49123389386d3534002fe52f2a774a2771d3 (diff) |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=325748
Diffstat (limited to 'net-im/jggtrans')
-rw-r--r-- | net-im/jggtrans/Makefile | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/net-im/jggtrans/Makefile b/net-im/jggtrans/Makefile index d32d3c2dbb5f..2a37a2d0fa0e 100644 --- a/net-im/jggtrans/Makefile +++ b/net-im/jggtrans/Makefile @@ -1,29 +1,28 @@ # Created by: Bartek Rutkowski <r@robakdesign.com> # $FreeBSD$ -PORTNAME= jggtrans -PORTVERSION= 2.2.4 -PORTREVISION= 2 -CATEGORIES= net-im polish -MASTER_SITES= http://jggtrans.jajcus.net/downloads/ \ - http://freebsd.e.pl/distfiles/ - -MAINTAINER= mg@fork.pl -COMMENT= Jabberd XMPP to GG instant messaging service gateway - -LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ - expat.6:${PORTSDIR}/textproc/expat2 \ - gadu.3:${PORTSDIR}/polish/libgadu - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USES= gettext -USE_GNOME= glib20 pkgconfig -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include - -USE_RC_SUBR= jggtrans +PORTNAME= jggtrans +PORTVERSION= 2.2.4 +PORTREVISION= 2 +CATEGORIES= net-im polish +MASTER_SITES= http://jggtrans.jajcus.net/downloads/ \ + http://freebsd.e.pl/distfiles/ + +MAINTAINER= mg@fork.pl +COMMENT= Jabberd XMPP to GG instant messaging service gateway + +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ + expat.6:${PORTSDIR}/textproc/expat2 \ + gadu.3:${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 |