Changeset View
Changeset View
Standalone View
Standalone View
biology/star/Makefile
| PORTNAME= STAR | PORTNAME= STAR | ||||
| DISTVERSION= 2.7.11a | DISTVERSION= 2.7.11a | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= biology | CATEGORIES= biology | ||||
| PKGNAMEPREFIX= rna- | PKGNAMEPREFIX= rna- | ||||
| MAINTAINER= jwb@FreeBSD.org | MAINTAINER= jwb@FreeBSD.org | ||||
| COMMENT= Spliced Transcripts Alignment to a Reference | COMMENT= Spliced Transcripts Alignment to a Reference | ||||
| WWW= https://github.com/alexdobin/STAR | WWW= https://github.com/alexdobin/STAR | ||||
| LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
| LICENSE_FILE= ${WRKDIR}/STAR-${DISTVERSION}/LICENSE | LICENSE_FILE= ${WRKDIR}/STAR-${DISTVERSION}/LICENSE | ||||
| NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe | NOT_FOR_ARCHS= armv6 armv7 i386 powerpc powerpcspe | ||||
| NOT_FOR_ARCHS_REASON= Requires 64-bit processor | NOT_FOR_ARCHS_REASON= Requires 64-bit processor | ||||
| .if !exists(/usr/include/omp.h) | .if !exists(/usr/include/omp.h) | ||||
| BROKEN= requires OpenMP support that is missing on this architecture | BROKEN= requires OpenMP support that is missing on this architecture | ||||
| .endif | .endif | ||||
| BUILD_DEPENDS= xxd:sysutils/xxd | BUILD_DEPENDS= xxd:sysutils/xxd | ||||
| LIB_DEPENDS= libhts.so:biology/htslib | LIB_DEPENDS= libhts.so:biology/htslib | ||||
| Show All 30 Lines | |||||