mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
25 lines
580 B
Makefile
25 lines
580 B
Makefile
PORTNAME= libvdwxc
|
|
DISTVERSION= 0.4.6.20190510
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Van der Waals density functional (DFT) library
|
|
WWW= https://libvdwxc.org/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3
|
|
|
|
USES= autoreconf gmake libtool localbase
|
|
GNU_CONFIGURE= yes
|
|
USE_GITLAB= yes
|
|
GL_TAGNAME= b1e0dd854310410012d05daf4c6661b49f31b2ab
|
|
CONFIGURE_ARGS= --disable-static
|
|
USE_LDCONFIG= yes
|
|
|
|
post-stage:
|
|
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} lib/libvdwxc.so.0.0.0 lib/libvdwxcfort.so.0.0.0
|
|
|
|
.include <bsd.port.mk>
|