mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
27 lines
526 B
Makefile
27 lines
526 B
Makefile
PORTNAME= rampler
|
|
DISTVERSION= 2.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Standalone module for sampling genomic sequences
|
|
WWW= https://github.com/rvaser/rampler
|
|
|
|
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>
|