38 lines
709 B
Makefile
38 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.21 2012/07/08 14:54:45 ajacoutot Exp $
|
|
|
|
COMMENT= tweak hidden GTK/GNOME settings
|
|
|
|
GNOME_PROJECT= gnome-tweak-tool
|
|
GNOME_VERSION= 3.4.0.1
|
|
REVISION= 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://live.gnome.org/GnomeTweakTool
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome \
|
|
lang/python
|
|
|
|
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/gconf2 \
|
|
devel/gettext \
|
|
devel/py-gobject3
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/gconf2 \
|
|
devel/gettext \
|
|
devel/py-gobject3 \
|
|
x11/gnome/shell
|
|
|
|
MODPY_ADJ_FILES=gnome-tweak-tool
|
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
|
|
.include <bsd.port.mk>
|