1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/math/gmm++/Makefile

20 lines
394 B
Makefile
Raw Normal View History

# New ports collection makefile for: gmm++
# Date created: 2008-07-23
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= gmm++
2008-09-24 08:44:08 +00:00
PORTVERSION= 3.1
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
GNU_CONFIGURE= yes
.include <bsd.port.mk>