sebastia 483a696233 Since we now have libobjc2, tweak gnustep-make to build/link against it.
gnustep-base doesn't need to install the compatibility layer anymore,
which requires a major lib bump.
Bump revision of all dependent packages, and remove double REVISION
in webservices

OK landry@
2012-08-22 07:15:51 +00:00

34 lines
778 B
Makefile

# $OpenBSD: Makefile,v 1.30 2012/08/22 07:15:51 sebastia Exp $
COMMENT= GNUstep gui backend
V = 0.22.0
DISTNAME= gnustep-back-${V}
REVISION = 0
CATEGORIES= devel
HOMEPAGE= http://www.gnustep.org/
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
MODULES= devel/gettext x11/gnustep
MODGNUSTEP_NEEDS_BACK= No
WANTLIB+= Xft Xrender expat fontconfig pixman-1
WANTLIB+= png cairo pthread-stubs xcb xcb-render xcb-shm
WANTLIB+= Xfixes glib-2.0 gobject-2.0 Xcursor
WANTLIB+= freetype z GL X11 Xext Xmu Xt c m pthread
LIB_DEPENDS= graphics/cairo
BACKENDV= ${V:C/([0-9])*[.]([0-9]*).*/\1\2/1}
SUBST_VARS= BACKENDV
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lm"
CONFIGURE_ARGS= --with-x \
--disable-glitz \
--enable-graphics=cairo
.include <bsd.port.mk>