1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/biology/rampler/Makefile
Mark Linimon 2f70a05762 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
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)
2021-01-20 02:30:13 +00:00

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>