freebsd-ports/science/fisicalab/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

20 lines
341 B
Makefile

# $FreeBSD$
PORTNAME= fisicalab
PORTVERSION= 0.3.3
PORTREVISION= 3
CATEGORIES= science gnustep
MASTER_SITES= SAVANNAH
MAINTAINER= theraven@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>