- Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port)
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fisicalab
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 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
|
|
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_GUI= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|