aboutsummaryrefslogtreecommitdiffstats
path: root/comms/rtl-sdr/Makefile
diff options
context:
space:
mode:
authormartymac <martymac@FreeBSD.org>2013-10-10 14:16:03 +0800
committermartymac <martymac@FreeBSD.org>2013-10-10 14:16:03 +0800
commitdf5ae92441d4c3468fa41ffa6b142bde6f32c55b (patch)
tree3d0ac3977e9c054a230867fdf6e6021b04e6b77b /comms/rtl-sdr/Makefile
parenta94afe065b4bfd33bf5612c24b86ecc5137d5338 (diff)
downloadfreebsd-ports-gnome-df5ae92441d4c3468fa41ffa6b142bde6f32c55b.tar.gz
freebsd-ports-gnome-df5ae92441d4c3468fa41ffa6b142bde6f32c55b.tar.zst
freebsd-ports-gnome-df5ae92441d4c3468fa41ffa6b142bde6f32c55b.zip
- Update comms/rtl-sdr to 20130913 and bump dependent ports' revisions
- Enable staging - Update USES - Remove IGNORE statement for pre-8.x versions
Diffstat (limited to 'comms/rtl-sdr/Makefile')
-rw-r--r--comms/rtl-sdr/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile
index 34d15e4eeafa..ed4405f24d2d 100644
--- a/comms/rtl-sdr/Makefile
+++ b/comms/rtl-sdr/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rtl-sdr
-PORTVERSION= 20130116
+PORTVERSION= 20130913
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
@@ -13,9 +13,8 @@ COMMENT= Commandline tool that performs SDR with RTL2832-based USB sticks
LICENSE= GPLv2
-USES= pkgconfig
+USES= gmake pkgconfig
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -23,13 +22,8 @@ USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/librtlsdr
-NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 800069
-IGNORE= requires FreeBSD 8.0 or later
-.endif
-
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.else