1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Allow to build with texinfo from ports

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-06-26 11:02:07 +00:00
parent ea098ec9f3
commit f672b8cfe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359329
6 changed files with 8 additions and 4 deletions

View File

@ -30,6 +30,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
USES+= makeinfo
INFO= tora
.endif

View File

@ -16,7 +16,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
flex>=2.5.35_1:${PORTSDIR}/textproc/flex
LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
USES= libtool
USES= libtool makeinfo
USE_LDCONFIG= yes

View File

@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs22-* emacs24-* \
EMACS_VER= 23.4
GNU_CONFIGURE= yes
USES= ncurses gmake pkgconfig
USES= gmake makeinfo ncurses pkgconfig
USE_BZIP2= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -17,7 +17,7 @@ LICENSE= GPLv2
CONFLICTS= openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]*
USES= gmake perl5 libtool
USES= gmake libtool makeinfo perl5
USE_AUTOTOOLS= autoheader aclocal
ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal
BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk

View File

@ -15,15 +15,17 @@ MAN1= polipo.1
USE_RC_SUBR= polipo
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(NO_PTEXINFO)
ALL_TARGET= polipo
NOPORTDOCS= yes
.else
USES= makeinfo
INFO= polipo
.endif
.include <bsd.port.pre.mk>
DOCSDIR= ${DATADIR}/www/doc
PORTDOCS= *

View File

@ -15,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib
INFO= plwm
USES= makeinfo
USE_PYTHON= yes
GNU_CONFIGURE= yes