1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/matrices/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

24 lines
460 B
Makefile

# New ports collection makefile for: matrices
# Date created: Oct. 29 - 2006
# Whom: Morten Slot Kristensen
#
# $FreeBSD$
#
PORTNAME= matrices
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= http://mplus.dk/${PORTNAME}/
MAINTAINER= ontherenth@gmail.com
COMMENT= Matrix calculator (with both GUI & console-interface)
USE_GNOME= glib20 gtk20
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>