2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
2010-09-30 16:39:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxterminal
|
2017-11-01 23:12:32 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2010-09-30 16:39:33 +02:00
|
|
|
CATEGORIES= sysutils
|
2013-06-21 17:14:00 +02:00
|
|
|
MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20${PORTVERSION}/
|
2010-09-30 16:39:33 +02:00
|
|
|
|
2016-06-28 11:11:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-21 17:14:00 +02:00
|
|
|
COMMENT= Lightweight terminal emulator from the LXDE project
|
2010-09-30 16:39:33 +02:00
|
|
|
|
2013-06-21 17:14:00 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-12-20 18:42:59 +01:00
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
2010-09-30 16:39:33 +02:00
|
|
|
|
2016-12-20 18:42:59 +01:00
|
|
|
USES= gmake localbase pkgconfig tar:xz
|
|
|
|
USE_GNOME= gtk20 glib20 cairo vte intltool
|
|
|
|
USE_XORG= x11 xext
|
2010-09-30 16:39:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-06-21 17:14:00 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2015-12-15 15:44:38 +01:00
|
|
|
INSTALLS_ICONS= YES
|
2013-06-21 17:14:00 +02:00
|
|
|
|
2016-12-20 18:42:59 +01:00
|
|
|
CONFIGURE_ARGS= --enable-gtk3=no
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
2014-01-08 01:42:32 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
2016-12-20 18:42:59 +01:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2015-04-11 18:04:32 +02:00
|
|
|
NLS_USES_OFF= gettext-tools
|
2013-06-21 17:14:00 +02:00
|
|
|
|
2015-12-15 15:44:38 +01:00
|
|
|
post-patch-NLS-off:
|
2013-06-21 17:14:00 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|src po|src|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2010-09-30 16:39:33 +02:00
|
|
|
.include <bsd.port.mk>
|