Lines 1-9
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= tint2 |
3 |
PORTNAME= tint2 |
4 |
PORTVERSION= 0.12.11 |
4 |
PORTVERSION= 0.12.12 |
5 |
CATEGORIES= x11 |
5 |
CATEGORIES= x11 |
6 |
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/ |
6 |
MASTER_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ LOCAL/rakuco |
|
|
7 |
DISTNAME= ${GL_PROJECT}-${GL_TAGNAME}-${GL_COMMIT} |
7 |
|
8 |
|
8 |
MAINTAINER= yamagi@yamagi.org |
9 |
MAINTAINER= yamagi@yamagi.org |
9 |
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock |
10 |
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock |
Lines 16-22
Link Here
|
16 |
libImlib2.so:graphics/imlib2 \ |
17 |
libImlib2.so:graphics/imlib2 \ |
17 |
libstartup-notification-1.so:x11/startup-notification \ |
18 |
libstartup-notification-1.so:x11/startup-notification \ |
18 |
|
19 |
|
19 |
USES= alias cmake gettext pkgconfig tar:xz |
20 |
USES= alias cmake gettext pkgconfig tar:bz2 |
20 |
USE_GNOME= cairo glib20 gtk20 librsvg2 pango |
21 |
USE_GNOME= cairo glib20 gtk20 librsvg2 pango |
21 |
USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender |
22 |
USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender |
22 |
INSTALLS_ICONS= yes |
23 |
INSTALLS_ICONS= yes |
Lines 30-33
Link Here
|
30 |
NLS_USES= gettext |
31 |
NLS_USES= gettext |
31 |
NLS_CONFIGURE_ENABLE= nls |
32 |
NLS_CONFIGURE_ENABLE= nls |
32 |
|
33 |
|
|
|
34 |
# Gitlab variables. |
35 |
GL_ACCOUNT= o9000 |
36 |
GL_PROJECT= ${PORTNAME} |
37 |
GL_TAGNAME= v${PORTVERSION} |
38 |
GL_COMMIT= e9d6ec9f2301e88857ffa7b287a4a3eb36543940 |
39 |
|
33 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |