1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/science/metaphysicl/Makefile
Yuri Victorovich 38baf6966d science/metaphysicl: 0.5.2 -> 0.6.0
Reported by:	portscout
2019-10-13 21:17:17 +00:00

23 lines
448 B
Makefile

# $FreeBSD$
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>