Fixed word-wise selection issue when running on gtk3 Fixed URL highlighting feature broken after updating libvte to 0.60. Added new “Bold is bright” feature and setting. Added new “Visual bell” feature and setting. A few translation updates.
22 lines
646 B
Makefile
22 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.20 2021/03/09 02:03:27 gutteridge Exp $
|
|
|
|
DISTNAME= lxterminal-0.4.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://www.lxde.org/
|
|
COMMENT= Desktop-independent VTE-based terminal emulator with tabs
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool pkg-config msgfmt
|
|
|
|
LDFLAGS.SunOS+= -lsocket
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|