Lines 1-6
Link Here
|
1 |
PORTNAME= caja-extensions |
1 |
PORTNAME= caja-extensions |
2 |
PORTVERSION= 1.26.0 |
2 |
PORTVERSION= 1.26.0 |
3 |
PORTREVISION= 4 |
3 |
PORTREVISION= 5 |
4 |
CATEGORIES= deskutils mate |
4 |
CATEGORIES= deskutils mate |
5 |
MASTER_SITES= MATE |
5 |
MASTER_SITES= MATE |
6 |
DIST_SUBDIR= mate |
6 |
DIST_SUBDIR= mate |
Lines 12-26
WWW= https://mate-desktop.org/
Link Here
|
12 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
14 |
|
15 |
LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14 \ |
15 |
BUILD_DEPENDS= gtkdocize:textproc/gtk-doc |
16 |
libstartup-notification-1.so:x11/startup-notification \ |
16 |
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ |
17 |
libdbus-1.so:devel/dbus \ |
17 |
libdbus-1.so:devel/dbus \ |
18 |
libdbus-glib-1.so:devel/dbus-glib |
18 |
libdbus-glib-1.so:devel/dbus-glib |
19 |
|
19 |
|
20 |
PORTSCOUT= limitw:1,even |
20 |
PORTSCOUT= limitw:1,even |
21 |
|
21 |
|
22 |
USES= compiler:c11 gettext gmake gnome libtool localbase mate \ |
22 |
USES= autoreconf compiler:c11 gettext gmake gnome libtool \ |
23 |
pathfix pkgconfig tar:xz |
23 |
localbase mate pathfix pkgconfig tar:xz |
24 |
USE_MATE= caja desktop |
24 |
USE_MATE= caja desktop |
25 |
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool |
25 |
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool |
26 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
Lines 31-37
INSTALL_TARGET= install-strip
Link Here
|
31 |
GLIB_SCHEMAS= org.mate.Caja.Sendto.gschema.xml \ |
31 |
GLIB_SCHEMAS= org.mate.Caja.Sendto.gschema.xml \ |
32 |
org.mate.caja-open-terminal.gschema.xml |
32 |
org.mate.caja-open-terminal.gschema.xml |
33 |
|
33 |
|
34 |
post-patch: |
|
|
35 |
@${REINPLACE_CMD} -e 's|gupnp-1.0|gupnp-1.2|' ${WRKSRC}/configure |
36 |
|
37 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |