Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= tint2 |
3 |
PORTNAME= tint2 |
4 |
PORTVERSION= 0.12.9 |
4 |
PORTVERSION= 0.12.11 |
5 |
CATEGORIES= x11 |
5 |
CATEGORIES= x11 |
6 |
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/ |
6 |
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/ |
7 |
|
7 |
|
Lines 11-22
Link Here
|
11 |
LICENSE= GPLv2 |
11 |
LICENSE= GPLv2 |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
13 |
|
14 |
LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ |
14 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
15 |
libstartup-notification-1.so:x11/startup-notification |
15 |
libfreetype.so:print/freetype2 \ |
|
|
16 |
libImlib2.so:graphics/imlib2 \ |
17 |
libstartup-notification-1.so:x11/startup-notification \ |
16 |
|
18 |
|
17 |
USES= alias cmake gettext pkgconfig tar:xz |
19 |
USES= alias cmake gettext pkgconfig tar:xz |
18 |
USE_GNOME= glib20 gtk20 librsvg2 pango |
20 |
USE_GNOME= cairo glib20 gtk20 librsvg2 pango |
19 |
USE_XORG= x11 xcomposite xdamage xinerama xrandr xrender |
21 |
USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender |
20 |
INSTALLS_ICONS= yes |
22 |
INSTALLS_ICONS= yes |
21 |
|
23 |
|
22 |
CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc |
24 |
CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc |