bc1725f88c
Add the option of using GTK3 as the base X11 toolkit, rather than GTK2. (No change to default build.)
23 lines
605 B
Makefile
23 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.22 2022/04/08 22:31:47 gutteridge Exp $
|
|
|
|
DISTNAME= lxterminal-0.4.0
|
|
PKGREVISION= 1
|
|
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 "options.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|