diff options
Diffstat (limited to 'net-p2p/gnunet-gtk/Makefile')
-rw-r--r-- | net-p2p/gnunet-gtk/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net-p2p/gnunet-gtk/Makefile b/net-p2p/gnunet-gtk/Makefile index 8127b29cd192..631a85e20076 100644 --- a/net-p2p/gnunet-gtk/Makefile +++ b/net-p2p/gnunet-gtk/Makefile @@ -1,10 +1,10 @@ # Created by: bf # $FreeBSD$ -PORTNAME= gnunet-gtk -DISTVERSION= 0.9.3 -CATEGORIES= net-p2p ipv6 security -MASTER_SITES= GNU +PORTNAME= gnunet-gtk +DISTVERSION= 0.9.3 +CATEGORIES= net-p2p ipv6 security +MASTER_SITES= GNU MASTER_SITE_SUBDIR= gnunet MAINTAINER= ports@FreeBSD.org @@ -17,14 +17,14 @@ LICENSE= GPLv3 LIB_DEPENDS= libgladeui-1.so:${PORTSDIR}/devel/glade3 \ libgnunetutil.so:${PORTSDIR}/net-p2p/gnunet -INSTALLS_ICONS = yes -USE_AUTOTOOLS= libltdl libtool -USES= pathfix iconv gmake pkgconfig -USE_LDCONFIG= yes +INSTALLS_ICONS= yes +USE_AUTOTOOLS= libltdl libtool +USES= pathfix iconv gmake pkgconfig +USE_LDCONFIG= yes -CONFIGURE_ARGS = --with-extractor=${LOCALBASE} \ - --with-gnunet=${LOCALBASE} \ - ${ICONV_CONFIGURE_ARG} +CONFIGURE_ARGS= --with-extractor=${LOCALBASE} \ + --with-gnunet=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} MAN1= gnunet-fs-gtk.1 |