aboutsummaryrefslogtreecommitdiff
path: root/science/mmdb2/Makefile
blob: f19bbf9fff95fe800cb1f8d0665ac8d0ff5d9433 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	mmdb2
DISTVERSION=	2.0.22
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
WWW=		https://launchpad.net/mmdb

LICENSE=	GPLv3 LGPL3
LICENSE_COMB=	dual
LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LESSER

USES=		gmake libtool
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-shared --disable-static

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>