e674705786
PR: 26198 Submitted by: Anton Voronin <anton@urc.ac.ru>
23 lines
441 B
Makefile
23 lines
441 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@urc.ac.ru
|
|
|
|
WRKSRC= ${WRKDIR}/matrix
|
|
|
|
USE_ZIP= yes
|
|
INSTALLS_SHLIB= yes
|
|
PLIST_SUB= LIBVERSION=1
|
|
|
|
.include <bsd.port.mk>
|