blob: ea6257b27d9799bfb510fc1161086718233a7f6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= atompaw
DISTVERSION= 4.1.1.0
CATEGORIES= science
MASTER_SITES= http://users.wfu.edu/natalie/papers/pwpaw/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool for projector augmented wave functions for molecular simulations
LICENSE= BSD3CLAUSE
LIB_DEPENDS= liblapack.so:math/lapack \
libblas.so:math/blas
USES= fortran gmake libtool
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
PLIST_FILES= bin/atompaw \
bin/graphatom
.include <bsd.port.mk>
|