blob: 35baf9b222b8d4a7621a69af412f04519c9050cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: matrices
# Date created: Oct. 29 - 2006
# Whom: Morten Slot Kristensen
#
# $FreeBSD$
#
PORTNAME= matrices
PORTVERSION= 1.0
PORTREVISION= 1
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.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not build
.endif
.include <bsd.port.post.mk>
|