openbsd-ports/x11/gnome/tweak-tool/Makefile
ajacoutot 2e38793226 Default libtool(1) is in base now so there is no point in settings
USE_LIBTOOL to no since this has no implication on the build for these
particular ports.
2012-11-17 09:40:41 +00:00

39 lines
712 B
Makefile

# $OpenBSD: Makefile,v 1.27 2012/11/17 09:40:42 ajacoutot Exp $
PKG_ARCH= *
COMMENT= tweak hidden GTK/GNOME settings
GNOME_PROJECT= gnome-tweak-tool
GNOME_VERSION= 3.6.1
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>