pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/biology/racon



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Aug 19 18:50:42 UTC 2024

Modified Files:
        pkgsrc/biology/racon: Makefile

Log Message:
racon: migrate to devel/cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/biology/racon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/biology/racon/Makefile
diff -u pkgsrc/biology/racon/Makefile:1.2 pkgsrc/biology/racon/Makefile:1.3
--- pkgsrc/biology/racon/Makefile:1.2   Mon Jul 25 11:12:20 2022
+++ pkgsrc/biology/racon/Makefile       Mon Aug 19 18:50:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/19 18:50:42 rillig Exp $
 
 GITHUB_PROJECT=        racon
 DISTNAME=      racon-v1.4.3
@@ -12,7 +12,6 @@ HOMEPAGE=     https://github.com/isovic/raco
 COMMENT=       Genomic consensus builder
 LICENSE=       mit
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
 PKGCONFIG_OVERRIDE+=   vendor/bioparser/vendor/zlib/contrib/minizip/minizip.pc.in
@@ -28,4 +27,5 @@ INSTALLATION_DIRS+=   share/doc/racon
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/racon
 
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index