mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Convert to USES=gmake
This commit is contained in:
parent
01d6c7d5de
commit
6151b40b59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322325
@ -32,8 +32,7 @@ HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --mandir=${PREFIX}/man --prefix=${PREFIX}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USES= pkgconfig gmake
|
||||
USE_XZ= yes
|
||||
INSTALLS_ICONS= yes
|
||||
MAN1= gogglesmm.1
|
||||
|
@ -16,8 +16,7 @@ COMMENT= Curses Development Kit for speedy development of full screen programs
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USES= ncurses
|
||||
USE_GMAKE= yes
|
||||
USES= ncurses gmake
|
||||
GNU_CONFIGURE= yes
|
||||
PORTDOCS= COPYING EXPANDING INSTALL NOTES README TODO
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -13,8 +13,7 @@ LICENSE= LGPL3
|
||||
|
||||
LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq
|
||||
|
||||
USES= pathfix
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_prog_czmq_have_asciidoc=no
|
||||
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: picoc
|
||||
# Date created: 2010-09-03
|
||||
# Whom: Bapt <bapt@FreeBSD.org>
|
||||
#
|
||||
# Created by: Bapt <bapt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= picoc
|
||||
PORTVERSION= 2.1
|
||||
@ -15,8 +11,8 @@ COMMENT= Very small C interpreter for scripting
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
PLIST_FILES= bin/picoc
|
||||
|
||||
|
@ -12,9 +12,8 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= c-client4:${PORTSDIR}/mail/cclient
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= iconv shebangfix
|
||||
USES= iconv shebangfix gmake
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
SHEBANG_FILES= utils/ucsnews.pl \
|
||||
|
@ -13,8 +13,7 @@ LICENSE= BSD
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= iconv
|
||||
USES= iconv gmake
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -liconv
|
||||
|
@ -13,8 +13,7 @@ LICENSE= BSD
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= iconv
|
||||
USES= iconv gmake
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -liconv
|
||||
|
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
PLIST_FILES= lib/snoopy.so bin/detect
|
||||
PORTDOCS= README
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -11,7 +11,7 @@ LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= jansson:${PORTSDIR}/devel/jansson
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= keenerd
|
||||
GH_COMMIT= b21bc98
|
||||
|
@ -29,9 +29,8 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USE_XORG= x11 xcb xcursor
|
||||
USES= pkgconfig iconv
|
||||
USES= pkgconfig iconv gmake
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= bin/i3 \
|
||||
|
@ -15,8 +15,7 @@ LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
PLIST_FILES= bin/i3status \
|
||||
etc/i3status.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user