1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/biology/diamond/Makefile
Dmitry Marakasov a5d57fe539 - Update to 0.8.11
PR:		210877
Submitted by:	jrm@ftfl.ca (maintainer)
2016-07-07 15:46:12 +00:00

30 lines
466 B
Makefile

# Created by: jrm@ftfl.ca
# $FreeBSD$
PORTNAME= diamond
PORTVERSION= 0.8.11
DISTVERSIONPREFIX= v
CATEGORIES= biology
MAINTAINER= jrm@ftfl.ca
COMMENT= BLAST-compatible local sequence aligner
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= amd64
USES= cmake:outsource compiler:c++11-lang
CFLAGS+= -DNDEBUG
USE_GITHUB= yes
GH_ACCOUNT= bbuchfink
PLIST_FILES= bin/diamond
.if ! defined(PACKAGE_BUILDING)
CXXFLAGS+= -march=native
.endif
.include <bsd.port.mk>