1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/biology/biolibc/Makefile
Jason W. Bacon c978aad1b0 biology/biolibc: Update to 0.2.5
Make header files C++ compatible (extern C)
bl_chrom_name_cmp(): Support names with embedded digits, e.g. chr2p
bl_gff_extract_attribute(): Improve performance
gff -> gff3 to distinguish from past and future GFF specs
Silence some compiler warnings

Changes: https://github.com/auerlab/biolibc/releases
2023-08-11 15:35:11 -05:00

25 lines
460 B
Makefile

PORTNAME= biolibc
DISTVERSION= 0.2.5
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Low-level high-performance bioinformatics library
WWW= https://github.com/auerlab/biolibc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxtend.so:devel/libxtend
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= auerlab
INSTALL_TARGET= install-strip
pre-build:
(cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend)
.include <bsd.port.mk>