34 lines
602 B
Makefile
34 lines
602 B
Makefile
# $OpenBSD: Makefile,v 1.3 2018/06/14 14:08:30 ajacoutot Exp $
|
|
|
|
COMMENT= thin layer of graphic data types
|
|
|
|
GNOME_PROJECT= graphene
|
|
GNOME_VERSION= 1.8.2
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += graphene-1.0 0.0 # 0.800.2
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += glib-2.0 gobject-2.0 m
|
|
|
|
MODULES= devel/meson \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection
|
|
|
|
LIB_DEPENDS= devel/glib2
|
|
|
|
CONFIGURE_ARGS += -Dtests=false
|
|
|
|
.if ${MACHINE_ARCH} != "amd64"
|
|
CONFIGURE_ARGS += -Dsse2=false
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|