mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
e93d644293
Approved by: jrm Differential Revision: https://reviews.freebsd.org/D15516
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|