diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-15 00:53:06 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-15 00:53:06 +0800 |
commit | b7686da4bcd5f48682823f156addb6e717d580c7 (patch) | |
tree | 72281a0381bf8576d1ce420cd8d634a40b98eaea /biology | |
parent | 06d75e11edd1b69f3270cfdfda18d84f78dce9c3 (diff) | |
download | freebsd-ports-gnome-b7686da4bcd5f48682823f156addb6e717d580c7.tar.gz freebsd-ports-gnome-b7686da4bcd5f48682823f156addb6e717d580c7.tar.zst freebsd-ports-gnome-b7686da4bcd5f48682823f156addb6e717d580c7.zip |
Trim excess tabs, no-op change
Diffstat (limited to 'biology')
-rw-r--r-- | biology/diamond/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/biology/diamond/Makefile b/biology/diamond/Makefile index 72ea8989361d..785041d7aa47 100644 --- a/biology/diamond/Makefile +++ b/biology/diamond/Makefile @@ -1,29 +1,29 @@ # Created by: jrm@ftfl.ca # $FreeBSD$ -PORTNAME= diamond -PORTVERSION= 0.8.14 +PORTNAME= diamond +PORTVERSION= 0.8.14 DISTVERSIONPREFIX= v -CATEGORIES= biology +CATEGORIES= biology -MAINTAINER= jrm@ftfl.ca -COMMENT= BLAST-compatible local sequence aligner +MAINTAINER= jrm@ftfl.ca +COMMENT= BLAST-compatible local sequence aligner -LICENSE= BSD2CLAUSE +LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 -USES= cmake:outsource compiler:c++11-lang +USES= cmake:outsource compiler:c++11-lang -CFLAGS+= -DNDEBUG +CFLAGS+= -DNDEBUG -USE_GITHUB= yes -GH_ACCOUNT= bbuchfink +USE_GITHUB= yes +GH_ACCOUNT= bbuchfink -PLIST_FILES= bin/diamond +PLIST_FILES= bin/diamond .if ! defined(PACKAGE_BUILDING) -CXXFLAGS+= -march=native +CXXFLAGS+= -march=native .endif .include <bsd.port.mk> |