72ea7e696b
With hat: portmgr Sponsored by: Absolight
32 lines
981 B
Makefile
32 lines
981 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-shell-extensions
|
|
PORTVERSION= 3.18.4
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME desktop shell extensions
|
|
|
|
LIB_DEPENDS= libgtop-2.0.so:devel/libgtop
|
|
RUN_DEPENDS= gnome-shell>=3.12.0:x11/gnome-shell
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome pathfix pkgconfig tar:xz
|
|
USE_GNOME= glib20 gnomedesktop3 intlhack
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-extensions=all
|
|
|
|
GLIB_SCHEMAS= org.gnome.shell.extensions.auto-move-windows.gschema.xml \
|
|
org.gnome.shell.extensions.classic-overrides.gschema.xml \
|
|
org.gnome.shell.extensions.example.gschema.xml \
|
|
org.gnome.shell.extensions.native-window-placement.gschema.xml \
|
|
org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml \
|
|
org.gnome.shell.extensions.user-theme.gschema.xml \
|
|
org.gnome.shell.extensions.window-list.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|