|
Lines 1-7
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= tint2 |
3 |
PORTNAME= tint2 |
| 4 |
PORTVERSION= 15.3 |
4 |
PORTVERSION= 16.1 |
| 5 |
CATEGORIES= x11 |
5 |
CATEGORIES= x11 |
| 6 |
|
6 |
|
| 7 |
MAINTAINER= yamagi@yamagi.org |
7 |
MAINTAINER= yamagi@yamagi.org |
|
Lines 17-33
Link Here
|
| 17 |
libImlib2.so:graphics/imlib2 \ |
17 |
libImlib2.so:graphics/imlib2 \ |
| 18 |
libstartup-notification-1.so:x11/startup-notification |
18 |
libstartup-notification-1.so:x11/startup-notification |
| 19 |
|
19 |
|
| 20 |
USES= alias cmake:outsource desktop-file-utils pkgconfig \ |
20 |
USES= alias cmake:outsource desktop-file-utils gettext-runtime \ |
| 21 |
shared-mime-info |
21 |
pkgconfig shared-mime-info |
| 22 |
USE_GNOME= cairo glib20 gtk20 librsvg2 pango |
22 |
USE_GNOME= cairo glib20 gtk20 librsvg2 pango |
| 23 |
USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender |
23 |
USE_XORG= x11 xcomposite xdamage xext xfixes xinerama xrandr xrender |
| 24 |
INSTALLS_ICONS= yes |
24 |
INSTALLS_ICONS= yes |
| 25 |
|
25 |
|
| 26 |
CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc |
26 |
CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc |
| 27 |
|
27 |
|
| 28 |
OPTIONS_DEFINE= EXAMPLES NLS |
28 |
OPTIONS_DEFINE= DOCS NLS |
| 29 |
OPTIONS_SUB= yes |
29 |
OPTIONS_SUB= yes |
| 30 |
EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES |
|
|
| 31 |
NLS_USES= gettext |
30 |
NLS_USES= gettext |
| 32 |
NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext |
31 |
NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext |
| 33 |
|
32 |
|