2013-09-21 00:48:30 +02:00
|
|
|
# Created by: rsmith@xs4all.nl
|
2005-05-15 23:44:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lamprop
|
2014-08-05 09:31:33 +02:00
|
|
|
PORTVERSION= 1.5.0
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 1
|
2005-05-15 23:44:02 +02:00
|
|
|
CATEGORIES= science
|
2014-08-05 09:31:33 +02:00
|
|
|
MASTER_SITES= http://rsmith.home.xs4all.nl/files/
|
2005-05-15 23:44:02 +02:00
|
|
|
|
|
|
|
MAINTAINER= rsmith@xs4all.nl
|
|
|
|
COMMENT= Calculates properties of fiber reinforced composites
|
|
|
|
|
2014-08-05 09:31:33 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
2005-05-15 23:44:02 +02:00
|
|
|
|
2014-08-05 09:31:33 +02:00
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
2005-05-15 23:44:02 +02:00
|
|
|
|
2014-08-16 13:42:41 +02:00
|
|
|
USES= zip python:2.7
|
2011-06-23 12:17:37 +02:00
|
|
|
|
2014-08-05 09:31:33 +02:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && ${MAKE} PREFIX=${STAGEDIR}${PREFIX} install
|
2005-05-15 23:44:02 +02:00
|
|
|
|
2007-10-04 04:24:29 +02:00
|
|
|
.include <bsd.port.mk>
|