1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/biology/scrm/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
359 B
Makefile

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>