summaryrefslogtreecommitdiff
path: root/math/matharray/Makefile
blob: 3fe4fdb8f126a60b3d74e43c3546ec9499f7985d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	matharray
PORTVERSION=	1.2
CATEGORIES=	math gnustep
MASTER_SITES=	${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR=	contrib
DISTNAME=	MathArray-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Class library for mathematical manipulation of matrices

LICENSE=	LGPL20

USE_GNUSTEP=	yes
USE_GNUSTEP_BASE=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes
USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}

.include <bsd.port.mk>