freebsd-ports/biology/clustal-omega/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
374 B
Makefile

PORTNAME= clustal-omega
DISTVERSION= 1.2.4
CATEGORIES= biology
MASTER_SITES= http://www.clustal.org/omega/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Multiple alignment of nucleic acid and protein, replaces clustalw
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libargtable2.so:devel/argtable
USES= libtool localbase
GNU_CONFIGURE= yes
.include <bsd.port.mk>