freebsd-ports/deskutils/mate-file-manager-open-terminal/Makefile
Tijl Coosemans 5c0834bd1b For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
2014-05-18 21:05:53 +00:00

31 lines
816 B
Makefile

# Created by: Nicole Reid <root@cooltrainer.org>
# $FreeBSD$
PORTNAME= mate-file-manager-open-terminal
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Caja extension which allows you to open a terminal
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE= autogen caja common:build desktop intlhack
USE_GNOME= glib20 gnomehier
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env \
autoheader:env
CONFIGURE_ARGS= --disable-static
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PATHFIX_MAKEFILEIN= Makefile.*
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.caja-open-terminal.gschema.xml
.include <bsd.port.mk>