blob: 81faa43f8a9c404e22cc91413b8d04b7315a4e4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= tint2
DISTVERSION= 17.0.2
CATEGORIES= x11
MAINTAINER= yamagi@yamagi.org
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
WWW= https://gitlab.com/o9000/tint2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libImlib2.so:graphics/imlib2 \
libstartup-notification-1.so:x11/startup-notification
USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig \
shared-mime-info tar:bz2 xorg
USE_GITLAB= yes
GL_ACCOUNT= o9000
USE_GNOME= cairo glib20 gtk30 librsvg2 pango
USE_XORG= x11 xcomposite xdamage xext xfixes xinerama xrandr xrender
CMAKE_ARGS= -DMANDIR:PATH=man \
-DSYSCONFDIR:PATH=etc
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext
.include <bsd.port.mk>
|