freebsd-ports/science/fisicalab/Makefile
Adam Weinberger db15051ca5 Add education virtual category
PR:		248402
Submitted by:	PauAmma
2020-11-20 07:16:06 +00:00

21 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= fisicalab
PORTVERSION= 0.3.3
PORTREVISION= 11
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>