aboutsummaryrefslogtreecommitdiffstats
path: root/x11/tint/Makefile
blob: 2a4bba1729a4dd412d12abcd3fb86018a8f62415 (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
31
32
33
34
35
36
# $FreeBSD$

PORTNAME=   tint2
PORTVERSION=    16.7
CATEGORIES= x11

MAINTAINER= yamagi@yamagi.org
COMMENT=    Lightweight freedesktop-compliant panel/taskbar/systray/clock

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libfontconfig.so:x11-fonts/fontconfig \
        libfreetype.so:print/freetype2 \
        libImlib2.so:graphics/imlib2 \
        libstartup-notification-1.so:x11/startup-notification

USES=       alias cmake desktop-file-utils gettext-runtime gnome pkgconfig \
        shared-mime-info
USE_GNOME=  cairo glib20 gtk20 librsvg2 pango
USE_XORG=   x11 xcomposite xdamage xext xfixes xinerama xrandr xrender

INSTALLS_ICONS= yes
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

USE_GITLAB= yes
GL_ACCOUNT= o9000
GL_COMMIT=  78313502d3b26c217f5583a23ef571bc9e0edc45

.include <bsd.port.mk>