[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / lxappearance

File: [local] / ports / x11 / lxappearance / Makefile (download)

Revision 1.7, Wed Sep 27 20:37:17 2023 UTC (8 months, 2 weeks ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.6: +1 -1 lines

MASTER_SITES -> SITES
now I only need to finish modules!

COMMENT =	GTK 2 and 3 Theme Switcher from LXDE
DISTNAME =	lxappearance-0.6.3
CATEGORIES =	x11
REVISION =	2

HOMEPAGE =	http://lxde.org/
MAINTAINER =	Victor Kukshiev <andrey0bolkonsky@gmail.com>

# GPLv2+
PERMIT_PACKAGE =	Yes

WANTLIB =  X11 atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 gtk-3
WANTLIB += harfbuzz intl pango-1.0 pangocairo-1.0 pthread

SITES =			${SITE_SOURCEFORGE:=/lxde/}
EXTRACT_SUFX = 		.tar.xz

MODULES =		textproc/intltool
RUN_DEPENDS =		devel/desktop-file-utils
LIB_DEPENDS =		devel/gettext,-runtime \
			x11/gtk+3

# required for l10n files, see po/Makefile.in.in
USE_GMAKE =		Yes

CONFIGURE_STYLE =	gnu
CONFIGURE_ARGS =	--enable-gtk3

.include <bsd.port.mk>