[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / atomix

File: [local] / ports / games / atomix / Makefile (download)

Revision 1.26, Tue Sep 26 09:41:31 2023 UTC (8 months, 1 week 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.25: +1 -1 lines

-> SITES

COMMENT=	build molecules out of single atoms

DISTNAME=	atomix-3.22.0
CATEGORIES=	games

HOMEPAGE=	https://wiki.gnome.org/Apps/Atomix

# GPLv2+
PERMIT_PACKAGE=	Yes

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

SITES=		${SITE_GNOME:=/sources/atomix/3.22/}
EXTRACT_SUFX=	.tar.xz

MODULES=	textproc/intltool

LIB_DEPENDS=	x11/gtk+3
RUN_DEPENDS=	devel/desktop-file-utils

USE_GMAKE=	Yes

CONFIGURE_STYLE=gnu
.include <bsd.port.mk>