Files

21 lines
493 B
Makefile

COMMENT = GNUstep library to manipulate matrices
VERSION = 1.3
REVISION = 14
DISTNAME = MathArray-${VERSION}
PKGNAME = gnustep-matharray-${VERSION}
CATEGORIES = math
SHARED_LIBS += MathArray 0.0
HOMEPAGE = http://wiki.gnustep.org/index.php/MathArray
SITES = ${SITE_GNUSTEP:=contrib/}
WANTLIB += pthread c++abi objc2
MODULES = x11/gnustep
MODGNUSTEP_IS_FRAMEWORK = Yes
CONFIGURE_STYLE += gnu
MAKE_FLAGS += libMathArray_INTERFACE_VERSION=${LIBMathArray_VERSION}
.include <bsd.port.mk>