aboutsummaryrefslogtreecommitdiffstats
path: root/math/mtrxmath/Makefile
blob: e93a6f9b79e94fc9cd6b131fe456793e82dc1483 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    mtrxmath
# Date created:             09 January 2001
# Whom:                 George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=           mtrxmath
PORTVERSION=        0.9.3
CATEGORIES=         math
MASTER_SITES=       http://www.angelfire.com/linux/linuxjeff/mtrxmath/files/

MAINTAINER=     greid@ukug.uk.freebsd.org

LIB_DEPENDS=        gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/mtrxmath ${PREFIX}/bin
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/README.mtrxmath

.include <bsd.port.mk>