freebsd-ports/math/matrix/Makefile
Edwin Groothuis 03f8a6f768 ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 03:36:45 +00:00

23 lines
498 B
Makefile

# 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>