mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
851945b1eb
Feature safe: yes
22 lines
449 B
Makefile
22 lines
449 B
Makefile
# $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>
|