41ff4e536e
- Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip
38 lines
859 B
Makefile
38 lines
859 B
Makefile
# Created by: Matt Lancereau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-terminal
|
|
PORTVERSION= 0.8.7.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11 xfce
|
|
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Terminal emulator for the X windowing system
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
|
|
libgnutls.so:security/gnutls
|
|
|
|
#libdbus-glib-1.so:devel/dbus-glib XXX check
|
|
|
|
USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce:gtk3
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 vte3
|
|
USE_XFCE= libmenu
|
|
USE_XORG= ice sm x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
SUB_FILES= pkg-message
|
|
CONFIGURE_ARGS= --without-gnome-default-appsdir
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|