Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libexo |
4 |
PORTNAME= libexo |
5 |
PORTVERSION= 0.12.3 |
5 |
PORTVERSION= 0.12.4 |
6 |
CATEGORIES= x11 xfce |
6 |
CATEGORIES= x11 xfce |
7 |
MASTER_SITES= XFCE/src/xfce/${PORTNAME:C/lib//}/${PORTVERSION:R} |
7 |
MASTER_SITES= XFCE/src/xfce/${PORTNAME:C/lib//}/${PORTVERSION:R} |
8 |
DISTNAME= exo-${PORTVERSION} |
8 |
DISTNAME= exo-${PORTVERSION} |
Lines 18-29
Link Here
|
18 |
|
18 |
|
19 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
19 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
20 |
libfreetype.so:print/freetype2 |
20 |
libfreetype.so:print/freetype2 |
21 |
BUILD_DEPENDS= p5-URI>=1.60:net/p5-URI |
21 |
BUILD_DEPENDS= p5-URI>=1.70:net/p5-URI |
22 |
RUN_DEPENDS= p5-URI>=1.60:net/p5-URI |
22 |
RUN_DEPENDS= p5-URI>=1.70:net/p5-URI |
23 |
|
23 |
|
24 |
USES= desktop-file-utils gmake libtool pathfix perl5 \ |
24 |
USES= desktop-file-utils gettext-tools gmake gnome libtool \ |
25 |
pkgconfig gettext-tools xfce:gtk3 tar:bzip2 |
25 |
pathfix perl5 pkgconfig tar:bzip2 xfce:gtk3 |
26 |
USE_GNOME= cairo glib20 gtk20 gtk30 intltool intlhack |
26 |
USE_GNOME= cairo glib20 gtk20 gtk30 intltool |
27 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |
28 |
USE_XFCE= libmenu |
28 |
USE_XFCE= libmenu |
29 |
USE_XORG= ice sm x11 |
29 |
USE_XORG= ice sm x11 |
Lines 41-48
Link Here
|
41 |
NLS_CONFIGURE_ENABLE= nls |
41 |
NLS_CONFIGURE_ENABLE= nls |
42 |
OPTIONS_SUB= yes |
42 |
OPTIONS_SUB= yes |
43 |
|
43 |
|
44 |
post-patch: |
|
|
45 |
${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \ |
46 |
${WRKSRC}/exo-open/exo-mail-reader.desktop.in |
47 |
|
48 |
.include <bsd.port.mk> |
44 |
.include <bsd.port.mk> |