diff options
Diffstat (limited to 'biology/diamond/Makefile')
-rw-r--r-- | biology/diamond/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/biology/diamond/Makefile b/biology/diamond/Makefile new file mode 100644 index 000000000000..bd0a5d48806a --- /dev/null +++ b/biology/diamond/Makefile @@ -0,0 +1,28 @@ +# Created by: jrm@ftfl.ca +# $FreeBSD$ + +PORTNAME= diamond +PORTVERSION= 0.7.12 +DISTVERSIONPREFIX= v +CATEGORIES= biology + +MAINTAINER= jrm@ftfl.ca +COMMENT= BLAST-compatible local sequence aligner + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= ${LOCALBASE}/include/boost:devel/boost-libs +RUN_DEPENDS= ${LOCALBASE}/include/boost:devel/boost-libs + +ONLY_FOR_ARCHS= amd64 + +USES= cmake:outsource + +CFLAGS+= -DNDEBUG + +USE_GITHUB= yes +GH_ACCOUNT= bbuchfink + +PLIST_FILES= bin/diamond + +.include <bsd.port.mk> |