mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
faaef9bc69
Approved by: bapt (mentor)
23 lines
438 B
Makefile
23 lines
438 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fisicalab
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= science gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= fisicalab
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Physics simulation program for educational use
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
|
|
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_GUI= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|