1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/math/matharray/Makefile
Dirk Meyer 851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00

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>