Tweak x11-wm/marco version 1.24.1
[dports.git] / x11-wm / marco / Makefile
1 # Created by: Garrett Rooney <rooneg@electricjellyfish.net>
2
3 PORTNAME=       marco
4 PORTVERSION=    1.24.1
5 CATEGORIES=     x11-wm mate
6 MASTER_SITES=   MATE
7 DIST_SUBDIR=    mate
8
9 MAINTAINER=     gnome@FreeBSD.org
10 COMMENT=        Window manager for the adult in you
11
12 LICENSE=        GPLv2+
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 BUILD_DEPENDS=  itstool:textproc/itstool \
16                 zenity>=3.0.0:x11/zenity
17 LIB_DEPENDS=    libstartup-notification-1.so:x11/startup-notification \
18                 libcanberra.so:audio/libcanberra \
19                 libcanberra-gtk3.so:audio/libcanberra-gtk3 \
20                 libgtop-2.0.so:devel/libgtop
21 RUN_DEPENDS=    zenity>=3.0.0:x11/zenity
22
23 PORTSCOUT=      limitw:1,even
24
25 USES=           gettext gmake gnome libtool localbase pathfix pkgconfig \
26                 tar:xz xorg
27 USE_XORG=       ice sm x11 xcomposite xcursor xdamage xext xfixes \
28                 xinerama xrandr xrender
29 USE_GNOME=      cairo gdkpixbuf2 gtk30 intltool
30 USE_LDCONFIG=   yes
31 GNU_CONFIGURE=  yes
32 INSTALL_TARGET= install-strip
33
34 GLIB_SCHEMAS=   org.mate.marco.gschema.xml
35
36 .include <bsd.port.mk>