diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-16 12:27:00 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-16 12:27:00 +0000 |
commit | 1b5600bb21b7ee317333a2a4f5c1765869e1e71b (patch) | |
tree | 7bab9439204bf98d9e4a7332001e216f3bdd22ab /comms/rtl-sdr | |
parent | e405fe6678eefaea81e4522b5775e8f3bf49d623 (diff) |
Switch to USES=libtool
Notes
Notes:
svn path=/head/; revision=354215
Diffstat (limited to 'comms/rtl-sdr')
-rw-r--r-- | comms/rtl-sdr/Makefile | 5 | ||||
-rw-r--r-- | comms/rtl-sdr/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index 1162a6a352e9..4aba446c1b26 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -3,6 +3,7 @@ PORTNAME= rtl-sdr PORTVERSION= 20140210 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -13,8 +14,8 @@ COMMENT= Commandline tool that performs SDR with RTL2832-based USB sticks LICENSE= GPLv2 -USES= gmake pkgconfig -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool +USES= gmake pkgconfig libtool +USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize:env GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/comms/rtl-sdr/pkg-plist b/comms/rtl-sdr/pkg-plist index 8fb0cc795037..caa034f22a0e 100644 --- a/comms/rtl-sdr/pkg-plist +++ b/comms/rtl-sdr/pkg-plist @@ -8,9 +8,9 @@ bin/rtl_test include/rtl-sdr.h include/rtl-sdr_export.h lib/librtlsdr.a -lib/librtlsdr.la lib/librtlsdr.so lib/librtlsdr.so.0 +lib/librtlsdr.so.0.0.5 libdata/pkgconfig/librtlsdr.pc %%PORTDOCS%%%%DOCSDIR%%/html/annotated.html %%PORTDOCS%%%%DOCSDIR%%/html/annotated.js |