aboutsummaryrefslogtreecommitdiffstats
path: root/science/fisicalab/Makefile
blob: dd13571f671d38abd72f00d2408b8a7e6e3d3c90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   fisicalab
PORTVERSION=    0.3.3
PORTREVISION=   2
CATEGORIES= science gnustep
MASTER_SITES=   SAVANNAH

MAINTAINER= theraven@FreeBSD.org
COMMENT=    Physics simulation program for educational use

LICENSE=    GPLv3

LIB_DEPENDS+=   libgsl.so:${PORTSDIR}/math/gsl

USES=       gnustep
GNU_CONFIGURE=  yes
USE_GNUSTEP=    build gui

.include <bsd.port.mk>