- Convert USE_GMAKE/BZIP2 to USES
This commit is contained in:
parent
500b5ac97c
commit
dbadc92b60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348350
@ -12,8 +12,7 @@ SNAPSHOT= 20060727
|
||||
MAINTAINER= flz@FreeBSD.org
|
||||
COMMENT= A C++ BitTorrent Tracker
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -32,8 +32,7 @@ OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE
|
||||
OPTIONS_DEFAULT= SQLITE
|
||||
|
||||
USE_AUTOTOOLS= libltdl libtool
|
||||
USE_GMAKE= yes
|
||||
USES= iconv
|
||||
USES= iconv gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS = --with-daemon-home-dir=${GNUNET_DAEMON_DIR} \
|
||||
|
@ -10,9 +10,8 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK+ version of Hx, a UNIX Hotline Client
|
||||
|
||||
USES= pathfix
|
||||
USE_GNOME= gdkpixbuf gnomehack
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix gmake
|
||||
USE_GNOME= gdkpixbuf
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -12,10 +12,9 @@ COMMENT= Utility used to retrieve large files over the Internet
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake tar:bzip2
|
||||
USE_SUBMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
WITH_BDB_VER?= 43
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -13,7 +13,7 @@ COMMENT= C library implementing the core BitTorrent protocol
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
|
@ -18,11 +18,9 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
||||
NO_LATEST_LINK= yes
|
||||
CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= iconv
|
||||
USES= iconv tar:bzip2 gmake
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= opt
|
||||
MAKE_ENV+= OCAMLRUNPARAM="l=256M"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -9,9 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION}
|
||||
MAINTAINER= yashin.dm@gmail.com
|
||||
COMMENT= Unofficial Unix version of the Direct Connect Hub software
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 gmake
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= README configfiles general scriptdoc
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= sam@cassiba.com
|
||||
COMMENT= Open-source Napster server
|
||||
|
||||
USE_GMAKE= YES
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= YES
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/TekNap
|
||||
PLIST_FILES= bin/TekNap \
|
||||
bin/TekNap-1.3g
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/TekNap
|
||||
|
Loading…
Reference in New Issue
Block a user