mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
2f70a05762
CMake Error in CMakeLists.txt: Target "rampler" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
27 lines
483 B
Makefile
27 lines
483 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|