mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Deploy USE_GNOMENG infrastructure
PR: 42195 Submitted by: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
279554ac52
commit
bd09b5ac0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65304
10 changed files with 21 additions and 12 deletions
|
@ -19,7 +19,8 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+= --enable-tcl=no
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= entity.1
|
||||
|
|
|
@ -21,7 +21,8 @@ BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
|||
RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
BREAKS_IF_PEDANTIC= yes
|
||||
|
|
|
@ -17,13 +17,13 @@ MASTER_SITE_SUBDIR= kris
|
|||
MAINTAINER= lo_gafet@users.sourceforge.net
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
WANT_GNOME= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||
USE_GNOME= gtk12
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
|
|
|
@ -21,7 +21,8 @@ LIB_DEPENDS= gal:${PORTSDIR}/x11-toolkits/gal \
|
|||
BROKEN= "Needs more work on the dependency chain"
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_GNOMELIBS= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomelibs
|
||||
USE_PYTHON= yes
|
||||
|
||||
do-install: # empty
|
||||
|
|
|
@ -34,7 +34,8 @@ BROKEN= "Needs someone to test with Qt2 support as Qt1 is gone."
|
|||
INSTALLS_SHLIB= yes
|
||||
USE_NEWGCC= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl --disable-mini-stl \
|
||||
--enable-static --enable-shared
|
||||
|
|
|
@ -20,7 +20,8 @@ LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf
|
|||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
|
||||
INSTALL_TARGET= site-install
|
||||
|
|
|
@ -20,7 +20,8 @@ LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf
|
|||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
|
||||
INSTALL_TARGET= site-install
|
||||
|
|
|
@ -41,7 +41,8 @@ DISPLAY_MSG= ${DO_NADA}
|
|||
USE_XLIB= yes
|
||||
.endif
|
||||
.if !defined(WITHOUT_ESOUND)
|
||||
USE_ESOUND= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= esound
|
||||
.endif
|
||||
.if defined(WITHOUT_GL)
|
||||
CONFIGURE_ARGS+=--disable-video-opengl
|
||||
|
|
|
@ -19,7 +19,8 @@ LIB_DEPENDS= gtkeditor.0:${PORTSDIR}/x11-toolkits/libgtkeditor
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME:S/b//}
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMELIBS= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomelibs
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -18,7 +18,8 @@ BROKEN= "Does not build"
|
|||
|
||||
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
|
||||
|
||||
USE_GNOMELIBS= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomelibs
|
||||
USE_XLIB= yes
|
||||
USE_PYTHON= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue