mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
27 lines
590 B
Makefile
27 lines
590 B
Makefile
# New ports collection makefile for: matharray
|
|
# Date created: 30 Oct 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= matharray
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= math gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
MASTER_SITE_SUBDIR= contrib
|
|
DISTNAME= MathArray-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Class library for mathematical manipulation of matrices
|
|
|
|
LICENSE= LGPL21
|
|
|
|
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>
|