mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES
This commit is contained in:
parent
327e9d3da0
commit
212168ca71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344280
@ -20,10 +20,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities
|
|||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USES= iconv shebangfix perl5
|
USES= iconv shebangfix perl5 gmake
|
||||||
.if defined(.PARSEDIR)
|
|
||||||
USES+= gmake
|
|
||||||
.endif
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-syslog=1 \
|
CONFIGURE_ARGS= --enable-syslog=1 \
|
||||||
--enable-use-flock=1 \
|
--enable-use-flock=1 \
|
||||||
|
@ -14,17 +14,13 @@ LICENSE= LGPL21
|
|||||||
|
|
||||||
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
|
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
|
||||||
|
|
||||||
USES= pathfix
|
USES= pathfix gmake
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
|
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
|
||||||
|
|
||||||
.if defined(.PARSEDIR)
|
|
||||||
USE_GMAKE= yes
|
|
||||||
.endif
|
|
||||||
|
|
||||||
regression-test: build
|
regression-test: build
|
||||||
@cd ${WRKSRC} && ${MAKE} check
|
@cd ${WRKSRC} && ${MAKE} check
|
||||||
|
|
||||||
|
@ -14,9 +14,7 @@ CONFIGURE_ARGS=--with-freebsd-ports
|
|||||||
|
|
||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.if defined(.PARSEDIR)
|
USES= gmake
|
||||||
USE_GMAKE= yes
|
|
||||||
.endif
|
|
||||||
|
|
||||||
CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
|
CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
|
||||||
|
|
||||||
|
@ -18,10 +18,7 @@ EXPIRATION_DATE= 2014-03-10
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_XORG= xpm x11 xext sm ice
|
USE_XORG= xpm x11 xext sm ice
|
||||||
MAKE_ENV= DATADIR="${DATADIR}"
|
MAKE_ENV= DATADIR="${DATADIR}"
|
||||||
|
USES= gmake
|
||||||
.if defined(.PARSEDIR)
|
|
||||||
USES+= gmake
|
|
||||||
.endif
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
@ -14,14 +14,10 @@ COMMENT= A drop in replacement for the "dialog" or "cdialog" programs
|
|||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GNOME= gtk12
|
USE_GNOME= gtk12
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USES= gmake
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
.if defined(.PARSEDIR)
|
|
||||||
USES= gmake
|
|
||||||
.endif
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS NLS
|
OPTIONS_DEFINE= DOCS NLS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user