1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

biology/*: Add CPE info

This commit is contained in:
Bernard Spil
2026-05-31 13:56:40 +02:00
parent 66120eba25
commit 8bfd601302
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -12,7 +12,7 @@ WWW= https://sbml.org/software/libsbml/ \
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= cmake:testing iconv:build
USES= cmake:testing cpe iconv:build
CMAKE_OFF= EXIT_ON_ERROR \
LIBSBML_SKIP_SHARED_LIBRARY \
@@ -69,6 +69,8 @@ RUBY_USES= ruby
XERCES_CMAKE_BOOL= WITH_XERCES
XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3
CPE_VENDOR= ${PORTNAME}_project
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt
+3 -1
View File
@@ -13,7 +13,7 @@ BUILD_DEPENDS= htslib>=1.22:biology/htslib
LIB_DEPENDS= libhts.so:biology/htslib
TEST_DEPENDS= bash:shells/bash
USES= autoreconf gmake localbase ncurses perl5 python:env shebangfix
USES= autoreconf cpe gmake localbase ncurses perl5 python:env shebangfix
USE_GITHUB= yes
@@ -26,4 +26,6 @@ CONFIGURE_ARGS= --with-htslib=system
TEST_TARGET= test
CPE_VENDOR= htslib
.include <bsd.port.mk>