2013-11-23 11:39:07 +00:00
|
|
|
# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-09-10 13:11:28 +00:00
|
|
|
PORTNAME= marco
|
2020-10-04 19:10:11 +00:00
|
|
|
PORTVERSION= 1.24.1
|
2013-11-23 11:39:07 +00:00
|
|
|
CATEGORIES= x11-wm mate
|
|
|
|
MASTER_SITES= MATE
|
|
|
|
DIST_SUBDIR= mate
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Window manager for the adult in you
|
|
|
|
|
2019-12-14 09:40:39 +00:00
|
|
|
LICENSE= GPLv2+
|
2017-07-04 11:44:30 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 14:33:55 +00:00
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
|
|
zenity>=3.0.0:x11/zenity
|
|
|
|
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
|
2017-07-04 11:44:30 +00:00
|
|
|
libcanberra.so:audio/libcanberra \
|
|
|
|
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
|
2016-04-01 14:33:55 +00:00
|
|
|
libgtop-2.0.so:devel/libgtop
|
|
|
|
RUN_DEPENDS= zenity>=3.0.0:x11/zenity
|
2013-11-23 11:39:07 +00:00
|
|
|
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2019-11-07 18:36:55 +00:00
|
|
|
USES= gettext gmake gnome libtool localbase pathfix pkgconfig \
|
|
|
|
tar:xz xorg
|
2017-07-04 11:44:30 +00:00
|
|
|
USE_XORG= ice sm x11 xcomposite xcursor xdamage xext xfixes \
|
|
|
|
xinerama xrandr xrender
|
|
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
|
2013-11-23 11:39:07 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2014-09-10 13:11:28 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-11-23 11:39:07 +00:00
|
|
|
|
|
|
|
GLIB_SCHEMAS= org.mate.marco.gschema.xml
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|