blob: 1e463d68ab2d009259f59b7d107ae42bc76baf5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= fisicalab
PORTVERSION= 0.3.3
PORTREVISION= 12
CATEGORIES= science education gnustep
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Physics simulation program for educational use
LICENSE= GPLv3
LIB_DEPENDS+= libgsl.so:math/gsl
USES= gnustep
GNU_CONFIGURE= yes
USE_GNUSTEP= build gui
.include <bsd.port.mk>
|