1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/matrix/Makefile
Erwin Lansing 490771c348 Update distfile location
PR:		78016
Submitted by:	maintainer
2005-02-24 13:34:49 +00:00

30 lines
644 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://www.chelcom.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.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
.endif
.include <bsd.port.post.mk>