openbsd-ports/x11/gnustep/corebase/Makefile
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

25 lines
599 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/08/22 07:15:51 sebastia Exp $
COMMENT = GNUstep reimplementation of Apple's CoreFoundation
DISTNAME = gnustep-corebase-0.1
REVISION = 0
CATEGORIES= devel
SHARED_LIBS = gnustep-corebase 0.0
HOMEPAGE = http://www.gnustep.org/
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
MODULES = x11/gnustep
MODGNUSTEP_NEEDS_GUI = No
WANTLIB += icudata icui18n icuuc
LIB_DEPENDS += textproc/icu4c
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include
MAKE_FLAGS += libgnustep-corebase_INTERFACE_VERSION=${LIBgnustep-corebase_VERSION}
.include <bsd.port.mk>