1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/math/gmm++/Makefile
Raphael Kubo da Costa 0ae8c3aae8 Update to 4.2.
- Set NO_BUILD, since this port only installs headers.
- Set LICENSE to LGPL3 and explain in a comment that the port's
  COPYING is actually wrong.
2012-08-04 03:25:50 +00:00

28 lines
754 B
Makefile

# New ports collection makefile for: gmm++
# Date created: 2008-07-23
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= gmm++
PORTVERSION= 4.2
CATEGORIES= math
MASTER_SITES= http://download.gna.org/getfem/stable/
DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= A generic matrix template library
# Note: even though the port's COPYING file mentions gmm++ is licensed under
# the LGPL version 2.1 with the GCC runtime exception,
# <http://download.gna.org/getfem/html/homepage/whatsnew/4.2.html> mentions
# v4.2 is licensed under the LGPL version 3 with the GCC runtime exception, and
# so say the headers which are installed.
LICENSE= LGPL3
GNU_CONFIGURE= yes
NO_BUILD= yes
.include <bsd.port.mk>