openbsd-ports/x11/gnustep/back/Makefile
sebastia aba2971f21 Switch naming of binary files in GNUstep bundles, to conform more with upstream.
Reorder WANTLIB in gnustep.port.mk, now do not include WANTLIB when only depending on gnustep-base.
Update/bump all gnustep ports that install bundles.

kind of a agree, landry@, OK aja@
2010-12-22 09:20:00 +00:00

34 lines
824 B
Makefile

# $OpenBSD: Makefile,v 1.24 2010/12/22 09:20:00 sebastia Exp $
COMMENT= GNUstep gui backend
V= 0.18.0
DISTNAME= gnustep-back-${V}
REVISION= 4
CATEGORIES= devel
HOMEPAGE= http://www.gnustep.org/
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
MODULES= devel/gettext x11/gnustep
MODGNUSTEP_NEEDS_BACK= No
WANTLIB+= Xau Xdmcp Xft Xrender expat fontconfig pixman-1
WANTLIB+= png cairo pthread-stubs xcb xcb-render xcb-shm
WANTLIB+= Xdamage Xfixes Xxf86vm drm glib-2.0 gobject-2.0
WANTLIB+= gthread-2.0 intl freetype z
WANTLIB+= 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>