mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
256883b27f
Release notes: https://github.com/bbuchfink/diamond/releases/tag/v0.8.26 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8447
29 lines
430 B
Makefile
29 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diamond
|
|
PORTVERSION= 0.8.26
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
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>
|