mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Allow to build with texinfo from ports
With hat: portmgr
This commit is contained in:
parent
222a0c8885
commit
b9afc6377f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359327
@ -12,7 +12,7 @@ COMMENT= Tools and libraries to access human-editable, plain text databases
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= charsetfix libtool
|
||||
USES= charsetfix libtool makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -9,6 +9,8 @@ MASTER_SITES= http://cgdb.me/files/
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Curses-based interface to the GNU Debugger
|
||||
|
||||
USES= makeinfo
|
||||
|
||||
INFO= cgdb
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -24,7 +24,7 @@ TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/tcl8.4 tk=${LOCALBASE}/lib/tk8.4
|
||||
PGSQL_USE= PGSQL=yes
|
||||
SDL_USE= SDL=image,mixer,sdl,sound,ttf
|
||||
|
||||
USES= gmake iconv libtool pkgconfig shebangfix tar:xz
|
||||
USES= gmake iconv libtool makeinfo pkgconfig shebangfix tar:xz
|
||||
USE_GNOME= pango
|
||||
USE_SQLITE= yes
|
||||
USE_XORG= ice xi xmu
|
||||
|
@ -8,7 +8,7 @@ CATEGORIES= lang math
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Interpreted language for scientific simulations
|
||||
|
||||
USES= tar:tgz
|
||||
USES= makeinfo tar:tgz
|
||||
USE_XORG= x11
|
||||
MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null
|
||||
|
||||
|
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc
|
||||
|
||||
USES= gmake
|
||||
USES= gmake makeinfo
|
||||
USE_AUTOTOOLS= autoheader aclocal automake autoconf
|
||||
AUTOMAKE_ARGS= --add-missing --copy --force-missing
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
||||
|
Loading…
Reference in New Issue
Block a user