mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Switch to USES=libtool
This commit is contained in:
parent
e405fe6678
commit
1b5600bb21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354215
@ -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
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pcsxr
|
||||
PORTVERSION= 1.9.94.r87113
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
|
||||
LOCAL/martymac
|
||||
@ -19,7 +19,7 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool
|
||||
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
@ -33,7 +33,7 @@ USE_XORG= x11 xv xext xxf86vm xtst
|
||||
USE_SDL= sdl
|
||||
USE_GL= gl
|
||||
|
||||
USES= tar:bzip2 dos2unix iconv gmake pkgconfig desktop-file-utils
|
||||
USES= tar:bzip2 dos2unix iconv gmake pkgconfig libtool desktop-file-utils
|
||||
DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am)
|
||||
|
||||
PORTDOCS= ChangeLog README
|
||||
|
@ -40,25 +40,11 @@ lib/pcsxr/cfgDFInput
|
||||
lib/pcsxr/cfgDFCdrom
|
||||
lib/pcsxr/cfgDFSound
|
||||
lib/pcsxr/cfgDFNet
|
||||
lib/pcsxr/libBladeSio1.a
|
||||
lib/pcsxr/libBladeSio1.la
|
||||
lib/pcsxr/libBladeSio1.so
|
||||
lib/pcsxr/libDFXVideo.a
|
||||
lib/pcsxr/libDFXVideo.la
|
||||
lib/pcsxr/libDFXVideo.so
|
||||
lib/pcsxr/libpeopsxgl.a
|
||||
lib/pcsxr/libpeopsxgl.la
|
||||
lib/pcsxr/libpeopsxgl.so
|
||||
lib/pcsxr/libDFInput.a
|
||||
lib/pcsxr/libDFInput.la
|
||||
lib/pcsxr/libDFInput.so
|
||||
lib/pcsxr/libDFSound.a
|
||||
lib/pcsxr/libDFSound.la
|
||||
lib/pcsxr/libDFSound.so
|
||||
lib/pcsxr/libDFCdrom.a
|
||||
lib/pcsxr/libDFCdrom.la
|
||||
lib/pcsxr/libDFCdrom.so
|
||||
lib/pcsxr/libDFNet.a
|
||||
lib/pcsxr/libDFNet.la
|
||||
lib/pcsxr/libDFNet.so
|
||||
@dirrm lib/pcsxr
|
||||
|
Loading…
Reference in New Issue
Block a user