Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= xfce4-utils |
8 |
PORTNAME= xfce4-utils |
9 |
PORTVERSION= 4.8.3 |
9 |
PORTVERSION= 4.8.3 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
11 |
CATEGORIES= sysutils xfce |
11 |
CATEGORIES= sysutils xfce |
12 |
MASTER_SITES= ${MASTER_SITE_XFCE} |
12 |
MASTER_SITES= ${MASTER_SITE_XFCE} |
13 |
MASTER_SITE_SUBDIR= src/xfce/xfce-utils/${PORTVERSION:R} |
13 |
MASTER_SITE_SUBDIR= src/xfce/xfce-utils/${PORTVERSION:R} |
Lines 19-26
Link Here
|
19 |
|
19 |
|
20 |
BUILD_DEPENDS= p5-XML-Parser>=2.40:${PORTSDIR}/textproc/p5-XML-Parser |
20 |
BUILD_DEPENDS= p5-XML-Parser>=2.40:${PORTSDIR}/textproc/p5-XML-Parser |
21 |
|
21 |
|
22 |
RUN_DEPENDS= xlock:${PORTSDIR}/x11/xlockmore |
|
|
23 |
|
24 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/4//} |
22 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/4//} |
25 |
|
23 |
|
26 |
CONFIGURE_ARGS+=--with-xsession-prefix=${PREFIX} \ |
24 |
CONFIGURE_ARGS+=--with-xsession-prefix=${PREFIX} \ |
Lines 38-44
Link Here
|
38 |
USE_XORG= x11 |
36 |
USE_XORG= x11 |
39 |
|
37 |
|
40 |
OPTIONS= DBUS "Enable D-BUS support" on \ |
38 |
OPTIONS= DBUS "Enable D-BUS support" on \ |
41 |
NLS "Enable Native Language Support" on |
39 |
NLS "Enable Native Language Support" on \ |
|
|
40 |
XLOCK "Use xlock for 'lock screen'" off |
42 |
|
41 |
|
43 |
.include <bsd.port.pre.mk> |
42 |
.include <bsd.port.pre.mk> |
44 |
|
43 |
|
Lines 60-65
Link Here
|
60 |
PLIST_SUB+= NLS="@comment " |
59 |
PLIST_SUB+= NLS="@comment " |
61 |
.endif |
60 |
.endif |
62 |
|
61 |
|
|
|
62 |
.if defined(WITH_XLOCK) |
63 |
RUN_DEPENDS+= xlock:${PORTSDIR}/x11/xlockmore |
64 |
.endif |
65 |
|
63 |
post-install: |
66 |
post-install: |
64 |
@-update-desktop-database |
67 |
@-update-desktop-database |