40 lines
724 B
Makefile
40 lines
724 B
Makefile
# $OpenBSD: Makefile,v 1.24 2012/10/03 13:39:03 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= tweak hidden GTK/GNOME settings
|
|
|
|
GNOME_PROJECT= gnome-tweak-tool
|
|
GNOME_VERSION= 3.6.0
|
|
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
|
|
|
|
MODPY_ADJ_FILES=gnome-tweak-tool
|
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
.include <bsd.port.mk>
|