blob: 09036ba0f507f967bde91de93b4423c54865a35d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= MetaPhysicL
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Metaprogramming, operator-overloaded classes for numerical simulations
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake libtool
USE_GITHUB= yes
GH_ACCOUNT= roystgnr
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|