mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert USE_GMAKE/USE_BZIP2 to USES
This commit is contained in:
parent
edccdb6d03
commit
a471bc15e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348047
@ -13,12 +13,11 @@ COMMENT= Morse code training program
|
||||
|
||||
LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf automake libtool
|
||||
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
||||
--libdir="${LOCALBASE}/lib"
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
PLIST_FILES= bin/aldo
|
||||
MAN1= aldo.1
|
||||
|
@ -10,8 +10,7 @@ MASTER_SITES= ftp://fido.kuzbass.ru/pub/fileecho/DALLAS.SOFT/
|
||||
MAINTAINER= vk@vk.pp.ru
|
||||
COMMENT= Simple ifcico like Fidonet technology mailer
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CFLAGS+= -fno-builtin
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Utility to flash ROM images to the EMS USB 64mb flash cart
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
CFLAGS+= -g -Wall
|
||||
LDFLAGS+= -lusb
|
||||
USE_GCC= yes
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Geodetic computer for amateur radio use
|
||||
|
||||
LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
MAKEFILE= makefile
|
||||
|
||||
post-patch:
|
||||
|
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||
RUN_DEPENDS= whiptail:${PORTSDIR}/devel/newt
|
||||
|
||||
USE_GNOME= gtk12
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -21,8 +21,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gmake tar:bzip2
|
||||
ALL_TARGET= xlinrad
|
||||
USE_XORG= x11
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' \
|
||||
|
@ -10,9 +10,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= jmohacsi@bsd.hu
|
||||
COMMENT= Data exchange utility for Siemens mobile phones
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gettext iconv
|
||||
USES= gettext iconv gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -13,7 +13,7 @@ MAINTAINER= shurd@sasktel.net
|
||||
COMMENT= ANSI-BBS terminal which supports telnet, rlogin, and SSH
|
||||
|
||||
WRKSRC= ${WRKDIR}/syncterm-${PORTVER}
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
MAKEFILE= GNUmakefile
|
||||
PORTVER= 20110320
|
||||
MAN1= syncterm.1
|
||||
|
@ -26,7 +26,7 @@ PLIST_SUB+= XCWCP="@comment "
|
||||
CONFIGURE_ARGS+= --disable-xcwcp
|
||||
.endif
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_CSTD= gnu99
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user