pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/neix
Module Name: pkgsrc
Committed By: pin
Date: Tue Aug 20 06:27:17 UTC 2024
Modified Files:
pkgsrc/news/neix: Makefile
Log Message:
news/neix: Switch to cmake/build.mk
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/news/neix/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/news/neix/Makefile
diff -u pkgsrc/news/neix/Makefile:1.20 pkgsrc/news/neix/Makefile:1.21
--- pkgsrc/news/neix/Makefile:1.20 Wed May 29 16:34:07 2024
+++ pkgsrc/news/neix/Makefile Tue Aug 20 06:27:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/05/29 16:34:07 adam Exp $
+# $NetBSD: Makefile,v 1.21 2024/08/20 06:27:17 pin Exp $
DISTNAME= neix-0.1.5
PKGREVISION= 9
@@ -11,13 +11,9 @@ HOMEPAGE= https://github.com/tomschwarz/
COMMENT= RSS/Atom feed reader for your terminal
LICENSE= gnu-gpl-v3
-USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
-CONFIGURE_DIRS= build
-CMAKE_ARG_PATH= ..
-
CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
USE_CXX_FEATURES+= regex
@@ -28,9 +24,7 @@ SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix+= CMakeLists.txt
SUBST_SED.prefix+= -e 's,share/man,${PKGMANDIR},g'
-pre-configure:
- ${MKDIR} -p ${WRKSRC}/build
-
.include "../../devel/ncurses/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index