diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-31 09:02:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-31 09:02:11 +0000 |
commit | 79a2e1b3c9ecf373a583089e15f46f91eb14a66e (patch) | |
tree | 4457b437440445fbb9df6a626d1440ad9c424e19 | |
parent | ecd4407e74d56d64380be97aa13fe6112f522f96 (diff) |
Notes
-rw-r--r-- | sysutils/lxterminal/Makefile | 11 | ||||
-rw-r--r-- | sysutils/lxterminal/pkg-descr | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/lxterminal/Makefile b/sysutils/lxterminal/Makefile index dc9094b71088..744e55539e2f 100644 --- a/sysutils/lxterminal/Makefile +++ b/sysutils/lxterminal/Makefile @@ -9,20 +9,19 @@ MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight terminal emulator from the LXDE project -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 USES= gmake localbase pkgconfig tar:xz USE_GNOME= gtk20 glib20 cairo vte intltool USE_XORG= x11 xext GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -INSTALLS_ICONS= YES - CONFIGURE_ARGS= --enable-gtk3=no +USE_LDCONFIG= yes +INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/sysutils/lxterminal/pkg-descr b/sysutils/lxterminal/pkg-descr index 62783e7e3e4d..b50885d7df45 100644 --- a/sysutils/lxterminal/pkg-descr +++ b/sysutils/lxterminal/pkg-descr @@ -3,4 +3,4 @@ It is completely desktop-independent and does not have any unnecessary dependencies. In order to reduce memory usage and increase the performance all instances of the terminal are sharing a single process. -WWW: http://wiki.lxde.org/en/LXTerminal +WWW: https://wiki.lxde.org/en/LXTerminal |