mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
258dc9d15d
Numerous bug fixes and enhancements Serveral new functions 3 new classes Cleaned up some API slop Changes: https://github.com/auerlab/biolibc/tags
24 lines
419 B
Makefile
24 lines
419 B
Makefile
PORTNAME= biolibc
|
|
DISTVERSION= 0.2.2
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Low-level high-performance bioinformatics library
|
|
|
|
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>
|