aboutsummaryrefslogtreecommitdiff
path: root/biology/scrm/Makefile
blob: 0e82018477908f09de6b2c8fd4de7c672fa88ea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	scrm
DISTVERSIONPREFIX=	v
DISTVERSION=	1.7.4
CATEGORIES=	biology

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Coalescent simulator for biological sequences

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf compiler:c++11-lang gmake
USE_GITHUB=	yes

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/scrm \
		man/man1/scrm.1.gz

.include <bsd.port.mk>