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

22 lines
531 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/08/22 07:15:52 sebastia Exp $
COMMENT = GNUstep library to manipulate matrices
VERSION = 1.2
DISTNAME = MathArray-${VERSION}
REVISION = 1
PKGNAME = gnustep-matharray-${VERSION}
CATEGORIES = math
SHARED_LIBS += MathArray 0.0
HOMEPAGE = http://wiki.gnustep.org/index.php/MathArray
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=contrib/}
MODULES = x11/gnustep
MODGNUSTEP_NEEDS_GUI = No
CONFIGURE_STYLE += gnu
MAKE_FLAGS += libMathArray_INTERFACE_VERSION=${LIBMathArray_VERSION}
.include <bsd.port.mk>