pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/rtl-sdr
Module Name: pkgsrc
Committed By: gdt
Date: Sun Aug 18 18:57:36 UTC 2024
Modified Files:
pkgsrc/ham/rtl-sdr: Makefile
Log Message:
ham/rtl-sdr: Convert from USE_CMAKE
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/ham/rtl-sdr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/rtl-sdr/Makefile
diff -u pkgsrc/ham/rtl-sdr/Makefile:1.20 pkgsrc/ham/rtl-sdr/Makefile:1.21
--- pkgsrc/ham/rtl-sdr/Makefile:1.20 Tue Apr 30 00:37:59 2024
+++ pkgsrc/ham/rtl-sdr/Makefile Sun Aug 18 18:57:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/04/30 00:37:59 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2024/08/18 18:57:36 gdt Exp $
DISTNAME= rtl-sdr-2.0.1
CATEGORIES= ham
@@ -20,20 +20,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake pkg-config
-USE_CMAKE= yes
-CONFIGURE_DIRS= build
-BUILD_DIRS= ${CONFIGURE_DIRS}
-CMAKE_ARG_PATH= ..
+.include "../../devel/cmake/build.mk"
PKGCONFIG_OVERRIDE+= librtlsdr.pc.in
LDFLAGS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-pre-configure:
- ${MKDIR} ${WRKSRC}/build
-
-
PAGES= rtl_adsb.1 rtl_eeprom.1 rtl_fm.1 rtl_power.1 rtl_sdr.1 \
rtl_tcp.1 rtl_test.1
post-install:
Home |
Main Index |
Thread Index |
Old Index