1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/biology/scrm/Makefile
Mark Linimon 8e6916844e Add compiler:c++11-lang to USES to fix build on GCC-based systems:
configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	portmgr (tier-2 blanket)
2020-05-15 07:30:34 +00:00

23 lines
372 B
Makefile

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