2e38793226
USE_LIBTOOL to no since this has no implication on the build for these particular ports.
39 lines
712 B
Makefile
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>
|