blob: 85f2ae3495c8d063d768a6e6791c14c950a12d81 (
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
|
# New ports collection makefile for: matrix
# Date created: 27 March 2001
# Whom: Anton Voronin <anton@urc.ac.ru>
#
# $FreeBSD$
#
PORTNAME= matrix
PORTVERSION= 1.0
CATEGORIES= math devel
MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/
DISTNAME= matrix-${PORTVERSION}
MAINTAINER= anton@chelcom.ru
COMMENT= C++ library to manipulate matrices and vectors
WRKSRC= ${WRKDIR}/matrix
USE_ZIP= yes
INSTALLS_SHLIB= yes
PLIST_SUB= LIBVERSION=1
.include <bsd.port.mk>
|