mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6b19799b97
create models directly in C++ language with the use of predefined simulation tools from the library. SIMLIB allows object-oriented description of models based on simulation abstractions. Current version allows a description of continuous, discrete, combined, 2D/3D vector, and fuzzy models. Requested by: Roman Divacky
26 lines
543 B
Makefile
26 lines
543 B
Makefile
# Ports collection makefile for: simlib
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
# Date created: 26 Nov 2004
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simlib
|
|
PORTVERSION= 2.18.20041107
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/
|
|
DISTNAME= SIMLIB-${PORTVERSION:S/.200/-200/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SIMulation LIBrary for C++ programming language
|
|
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}
|
|
MAKEFILE= Makefile.FreeBSD
|
|
INSTALL_TARGET= _install
|
|
|
|
# not 64bit ready
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|