aboutsummaryrefslogtreecommitdiffstats
path: root/math/umatrix/Makefile
blob: 3098952a9ee26734b79fb82e1e384b5217334e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    umatrix
# Date created:             1 May 1997
# Whom:                 Sandro Sigala <ssigala@globalnet.it>
#
# $FreeBSD$
#

PORTNAME=   umatrix
PORTVERSION=    1.1
CATEGORIES= math
MASTER_SITES=   http://www.sigala.it/sandro/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple matrix package

GNU_CONFIGURE=  yes
MAN1=       umatrix.1
PLIST_FILES=    bin/umatrix

.include <bsd.port.mk>