freebsd-ports/biology/rampler/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
470 B
Makefile

PORTNAME= rampler
DISTVERSION= 2.0.0
CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
COMMENT= Standalone module for sampling genomic sequences
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bioparser>0:biology/bioparser \
${LOCALBASE}/include/biosoup/nucleic_acid.hpp:biology/biosoup
USES= cmake compiler:c++11-lang localbase
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= rvaser
LDFLAGS+= -lz
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>