openbsd-ports/x11/gnustep/libobjc1/Makefile
sebastia 3156205189 Import the "traditional" GNUstep Objective-C runtime:
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime.

This version of the runtime is needed to get GNUstep ports working fine on sparc.
Not yet hooked up to the build. To make use of it, it needs an update for gnustep-make, and a bump on all dependent ports.
Waiting for gnustep-base update, which should arrive soon, to do all those things at the same time.

OK landry@
2011-06-28 16:06:20 +00:00

21 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/28 16:06:20 sebastia Exp $
COMMENT = traditional GNUstep objective-c runtime
DISTNAME = gnustep-objc-1.6.0
CATEGORIES = devel
SHARED_LIBS += gobjc 0.0
HOMEPAGE = http://www.gnustep.org/
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
MODULES += x11/gnustep
MODGNUSTEP_NEEDS_BASE = No
MODGNUSTEP_NEEDS_GUI = No
MAKE_FLAGS += libgobjc_INTERFACE_VERSION=${LIBgobjc_VERSION} \
CLIBRARY_NAME=libgobjc \
libgobjc_HEADER_FILES_INSTALL_DIR=gnustep/objc
.include <bsd.port.mk>