diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
commit | bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /x11/mate-terminal/Makefile | |
parent | f9f9a731b4169a1148866d9821539fe3f5dd5aa6 (diff) | |
download | ports-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.tar.gz ports-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.zip |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Notes
Notes:
svn path=/head/; revision=367830
Diffstat (limited to 'x11/mate-terminal/Makefile')
-rw-r--r-- | x11/mate-terminal/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile index 5671ea617835..2aa720641993 100644 --- a/x11/mate-terminal/Makefile +++ b/x11/mate-terminal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-terminal -PORTVERSION= 1.6.1 +PORTVERSION= 1.8.0 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -10,19 +10,17 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal component for the MATE Desktop +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool + PORTSCOUT= limitw:1,even USES= gettext gmake pathfix pkgconfig tar:xz -USE_MATE= autogen common:build docutils intlhack USE_XORG= sm x11 -USE_GNOME= dconf glib20 gnomehier gtk20 vte -INSTALLS_OMF= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_GNOME= dconf gnomehier gtk20 intlhack vte GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PATHFIX_MAKEFILEIN= Makefile.* GLIB_SCHEMAS= org.mate.terminal.gschema.xml |