freebsd-ports/x11/xfce4-terminal/Makefile
Guido Falsi b0bf41fe4d - Update x11/xfce4-terminal to 0.8.6
- Silence USES portlint warning
- Rework pkg-message, and add new informations

PR:		220751
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2017-09-18 15:15:52 +00:00

28 lines
655 B
Makefile

# Created by: Matt Lancereau
# $FreeBSD$
PORTNAME= xfce4-terminal
PORTVERSION= 0.8.6
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Terminal emulator for the X windowing system
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
USES= gettext gmake pkgconfig tar:bzip2 xfce:gtk3
GNU_CONFIGURE= yes
USE_GNOME= gtk30 glib20 cairo gdkpixbuf2 intltool vte3 libxml2
USE_XFCE= libmenu
USE_XORG= x11
INSTALL_TARGET= install-strip
SUB_FILES= pkg-message
CONFIGURE_ARGS= --without-gnome-default-appsdir
.include <bsd.port.mk>