1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/science/mmdb2/Makefile
Yuri Victorovich 3057377081 science/mmdb2: Update 2.0.19 -> 2.0.20
Reported by:	portscout
2020-01-13 03:30:45 +00:00

22 lines
506 B
Makefile

# $FreeBSD$
PORTNAME= mmdb2
DISTVERSION= 2.0.20
CATEGORIES= science
MASTER_SITES= https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/dependencies/
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ toolkit for working with macromolecular coordinate files
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER
USES= gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --disable-static
USE_LDCONFIG= yes
.include <bsd.port.mk>