2012-08-22 03:15:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2012/08/22 07:15:52 sebastia Exp $
|
2011-11-17 18:42:51 -05:00
|
|
|
|
|
|
|
COMMENT = GNUstep library to manipulate matrices
|
|
|
|
|
|
|
|
VERSION = 1.2
|
|
|
|
DISTNAME = MathArray-${VERSION}
|
2012-08-22 03:15:51 -04:00
|
|
|
REVISION = 1
|
2011-11-17 18:42:51 -05:00
|
|
|
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
|
|
|
|
|
2012-07-08 09:51:54 -04:00
|
|
|
CONFIGURE_STYLE += gnu
|
2011-11-17 18:42:51 -05:00
|
|
|
MAKE_FLAGS += libMathArray_INTERFACE_VERSION=${LIBMathArray_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|