e35a955a49
Approved by: bapt (mentor)
23 lines
511 B
Makefile
23 lines
511 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fisicalab
|
|
PORTVERSION= 0.3.2
|
|
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
|
|
|
|
CONFIGURE_ARGS+= "LDFLAGS=-L${GNUSTEP_SYSTEM_LIBRARIES} -L${PREFIX}/lib"
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_GUI= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|