2006-10-31 07:20:44 +01:00
|
|
|
# New ports collection makefile for: matharray
|
|
|
|
# Date created: 30 Oct 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= matharray
|
2009-12-25 18:38:26 +01:00
|
|
|
PORTVERSION= 1.2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= math gnustep
|
2006-10-31 07:20:44 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
|
|
MASTER_SITE_SUBDIR= contrib
|
|
|
|
DISTNAME= MathArray-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Class library for mathematical manipulation of matrices
|
|
|
|
|
2010-10-16 16:13:26 +02:00
|
|
|
LICENSE= LGPL20
|
2010-06-05 08:14:28 +02:00
|
|
|
|
2006-10-31 07:20:44 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BASE= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
2006-10-31 07:20:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|