2001-03-31 03:33:37 +02:00
|
|
|
# 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
|
2005-02-24 14:34:49 +01:00
|
|
|
MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
|
2001-03-31 03:33:37 +02:00
|
|
|
DISTNAME= matrix-${PORTVERSION}
|
|
|
|
|
2003-11-02 04:36:45 +01:00
|
|
|
MAINTAINER= anton@chelcom.ru
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= C++ library to manipulate matrices and vectors
|
2001-03-31 03:33:37 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/matrix
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-03-31 03:33:37 +02:00
|
|
|
PLIST_SUB= LIBVERSION=1
|
|
|
|
|
2004-06-19 11:26:43 +02:00
|
|
|
.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>
|