Skip to content

Commit

Permalink
USE_X11
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Mestdagh committed Nov 13, 2006
1 parent 8d557d3 commit 7c03faf
Show file tree
Hide file tree
Showing 53 changed files with 117 additions and 72 deletions.
3 changes: 2 additions & 1 deletion math/calcoo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2006/09/18 11:50:40 espie Exp $
# $OpenBSD: Makefile,v 1.25 2006/11/13 12:53:08 steven Exp $

COMMENT= "RPN and algebraic scientific calculator"

Expand Down Expand Up @@ -27,6 +27,7 @@ MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gdk_pixbuf-2.0.>=400.0,gdk-x11-2.0.>=400.0,gtk-x11-2.0.>=400.0::x11/gtk+2

USE_X11= Yes
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu

Expand Down
3 changes: 2 additions & 1 deletion math/galculator/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2006/10/30 23:26:47 naddy Exp $
# $OpenBSD: Makefile,v 1.19 2006/11/13 12:53:08 steven Exp $

COMMENT= "GTK2-based scientific calculator"

Expand Down Expand Up @@ -29,6 +29,7 @@ LIB_DEPENDS= glade-2.0::devel/libglade2
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig

SEPARATE_BUILD= simple
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
Expand Down
3 changes: 2 additions & 1 deletion math/graphviz/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2006/08/03 20:04:51 espie Exp $
# $OpenBSD: Makefile,v 1.19 2006/11/13 12:53:08 steven Exp $

COMMENT= "graph drawing software"

Expand Down Expand Up @@ -46,6 +46,7 @@ LIB_DEPENDS= expat.>=4::textproc/expat \
BUILD_DEPENDS= :tk-8.4.*:x11/tk/8.4
RUN_DEPENDS= ${BUILD_DEPENDS}

USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
Expand Down
4 changes: 2 additions & 2 deletions math/grpn/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2006/08/03 20:04:51 espie Exp $
# $OpenBSD: Makefile,v 1.14 2006/11/13 12:53:08 steven Exp $

COMMENT= "graphical reverse polish notation calculator"

Expand All @@ -21,7 +21,7 @@ LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+

MAKE_FLAGS= CC="${CC}"
ALL_TARGET=

USE_X11= Yes
NO_REGRESS= Yes

do-install:
Expand Down
3 changes: 2 additions & 1 deletion math/kst/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2006/08/03 20:04:51 espie Exp $
# $OpenBSD: Makefile,v 1.7 2006/11/13 12:53:08 steven Exp $

CATEGORIES= math x11/kde
COMMENT= 'data viewing/plotting tool'
Expand Down Expand Up @@ -33,6 +33,7 @@ CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIR}
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_X11= Yes
LIBTOOL_FLAGS = --tag=disable-static

LIB_DEPENDS+= kdecore.>=6,kwalletclient,DCOP,kutils,kparts,kdeui,kdesu,kmdi,kio,kdefx,kdeprint,khtml,kjs::x11/kde/libs3 \
Expand Down
3 changes: 2 additions & 1 deletion net/dc_gui/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2006/08/03 23:15:57 espie Exp $
# $OpenBSD: Makefile,v 1.9 2006/11/13 12:51:14 steven Exp $

COMMENT= "GUI for dctc (Direct Connect Text Clone)"

Expand All @@ -21,6 +21,7 @@ LIB_DEPENDS= gnome.>=36,art_lgpl.>=4,gnomesupport,gnomeui.>=46::x11/gnome/libs
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :dctc-*:net/dctc

USE_X11= Yes
SEPARATE_BUILD= simple
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf
Expand Down
3 changes: 2 additions & 1 deletion net/gftp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2006/10/27 12:53:01 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2006/11/13 12:51:14 steven Exp $

COMMENT= "multithreaded gtk2 file transfer client"

Expand Down Expand Up @@ -39,6 +39,7 @@ FLAVOR?=
LIB_DEPENDS= glib.1::devel/glib
CONFIGURE_ARGS+=--disable-gtkport --disable-gtk20
.else
USE_X11= Yes
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gtk-x11-2.0.>=600.10,gdk_pixbuf-2.0.>=600.0,gdk-x11-2.0.>=600.0::x11/gtk+2
WANTLIB+= freetype pthread X11 fontconfig \
Expand Down
3 changes: 2 additions & 1 deletion net/gtk-gnutella/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2006/09/18 11:59:59 espie Exp $
# $OpenBSD: Makefile,v 1.32 2006/11/13 12:51:14 steven Exp $

COMMENT= "Gtk-based GUI client for the Gnutella Network"

Expand Down Expand Up @@ -49,6 +49,7 @@ MAKE_FLAGS= GNUTLS_LDFLAGS= GNUTLS_CFLAGS=
FAKE_FLAGS= ${MAKE_FLAGS} INSTALL_PREFIX=${DESTDIR}
INSTALL_TARGET= install install.man

USE_X11= Yes
NO_REGRESS= Yes

.include <bsd.port.mk>
3 changes: 2 additions & 1 deletion net/kismet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2006/11/01 21:13:19 kili Exp $
# $OpenBSD: Makefile,v 1.12 2006/11/13 12:51:14 steven Exp $
# Much help came from Alexandre Anriot, Robert Nagy, Bernd Ahlers,
# and, last but not least, Pedro la Peu.

Expand Down Expand Up @@ -54,6 +54,7 @@ GPSM_DEPENDS= Magick.>=11,Wand.>=11::graphics/ImageMagick \
expat.>=4::textproc/expat

.if !${FLAVOR:L:Mno_gpsmap}
USE_X11= Yes
MULTI_PACKAGES= -gpsmap
BUILD_DEPENDS+= ${GPSM_DEPENDS}
.else
Expand Down
3 changes: 2 additions & 1 deletion net/mbrowse/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2006/08/03 23:15:58 espie Exp $
# $OpenBSD: Makefile,v 1.7 2006/11/13 12:51:14 steven Exp $

COMMENT= "graphical MIB browser"

Expand All @@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xi c crypto gmodule iconv intl m

USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-snmp-style=net \
--with-snmp-prefix=${LOCALBASE} \
Expand Down
3 changes: 2 additions & 1 deletion net/mldonkey/stable/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2006/10/27 07:23:50 espie Exp $
# $OpenBSD: Makefile,v 1.15 2006/11/13 12:51:14 steven Exp $

COMMENT='e-donkey client'
CATEGORIES=net
Expand Down Expand Up @@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--enable-gui=newgui1
CONFIGURE_ENV+=CPPFLAGS='-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include'
CONFIGURE_ENV+=LDFLAGS='-L${LOCALBASE}/lib -L${X11BASE}/lib'

USE_X11=Yes
USE_GMAKE=Yes
MODULES=lang/ocaml
BUILD_DEPENDS=::x11/lablgtk
Expand Down
3 changes: 2 additions & 1 deletion net/nam/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2006/08/09 09:46:10 bernd Exp $
# $OpenBSD: Makefile,v 1.23 2006/11/13 12:51:14 steven Exp $
# $FreeBSD: ports/net/nam/Makefile,v 1.3 1999/11/29 03:46:08 steve Exp $

COMMENT= "UCB/LBNL Network Animator"
Expand Down Expand Up @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3

ALL_TARGET=

USE_X11= Yes
NO_REGRESS= Yes

do-install:
Expand Down
3 changes: 2 additions & 1 deletion net/netdude/netdude/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2006/08/03 23:15:58 espie Exp $
# $OpenBSD: Makefile,v 1.4 2006/11/13 12:51:14 steven Exp $

COMMENT= "network traffic visualization and editing tool"

Expand Down Expand Up @@ -27,6 +27,7 @@ LIB_DEPENDS= netdude::net/libnetdude/libnetdude \

WANTLIB= Xi X11 m c Xext pcap

USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/netdude \
--disable-gtk-doc --datadir=${PREFIX}/lib
Expand Down
3 changes: 2 additions & 1 deletion net/ns/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2006/08/09 09:46:10 bernd Exp $
# $OpenBSD: Makefile,v 1.27 2006/11/13 12:51:14 steven Exp $
# $FreeBSD: ports/net/ns/Makefile,v 1.3 1999/11/28 18:31:26 steve Exp $

COMMENT= "UCB/LBNL Network Simulator Version 2"
Expand All @@ -24,6 +24,7 @@ HOMEPAGE= http://www.isi.edu/nsnam/ns/
LIB_DEPENDS= otcl::lang/otcl \
tclcl:tclcl->=1.0b13p0:devel/tclcl

USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3

Expand Down
3 changes: 2 additions & 1 deletion net/pavuk/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2006/08/03 23:15:58 espie Exp $
# $OpenBSD: Makefile,v 1.11 2006/11/13 12:51:14 steven Exp $

COMMENT= "tool to mirror contents of HTTP and FTP servers"

Expand Down Expand Up @@ -35,6 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

.if !${FLAVOR:L:Mno_x11}
USE_X11= Yes
LIB_DEPENDS+= gtk.>=1.2,gdk.>=1.2::x11/gtk+
WANTLIB+= X11 Xext Xi Xmu glib gmodule m
.else
Expand Down
3 changes: 2 additions & 1 deletion net/transmission/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2006/08/03 23:15:58 espie Exp $
# $OpenBSD: Makefile,v 1.5 2006/11/13 12:51:14 steven Exp $

COMMENT= "lightweight BitTorrent client"
COMMENT-gui= "lightweight BitTorrent client with graphical interface"
Expand All @@ -24,6 +24,7 @@ FLAVOR?=

MULTI_PACKAGES=
.if !${FLAVOR:L:Mno_gui}
USE_X11= Yes
MULTI_PACKAGES+=-gui
.endif
SUBPACKAGE?=
Expand Down
6 changes: 3 additions & 3 deletions net/wmnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2004/12/16 00:31:27 alek Exp $
# $OpenBSD: Makefile,v 1.10 2006/11/13 12:51:15 steven Exp $

COMMENT= "little X dock.app network monitor"

Expand All @@ -17,8 +17,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c kvm m

CONFIGURE_STYLE= imake

CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions net/xarchie/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2004/12/16 00:31:27 alek Exp $
# $OpenBSD: Makefile,v 1.14 2006/11/13 12:51:15 steven Exp $
# $FreeBSD: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp $

COMMENT= "X11 front-end program for the archie network search service"
Expand All @@ -14,8 +14,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt c

CONFIGURE_STYLE= imake

CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes

.include <bsd.port.mk>
3 changes: 2 additions & 1 deletion net/ytalk/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2004/12/16 00:31:27 alek Exp $
# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $
COMMENT='enhanced talk that allows for multiple parties'

DISTNAME= ytalk-3.1.1
Expand All @@ -25,6 +25,7 @@ FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --without-x
.else
USE_X11= Yes
WANTLIB+= ICE SM X11
.endif

Expand Down
3 changes: 2 additions & 1 deletion news/pan/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2006/09/18 11:59:59 espie Exp $
# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $

COMMENT= "powerful Gtk+2 newsreader"

Expand Down Expand Up @@ -29,6 +29,7 @@ WANTLIB= X11 c cairo fontconfig freetype m \
atk-1.0 pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pthread z

USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-gtkspell
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
Expand Down
5 changes: 3 additions & 2 deletions plan9/9wm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2006/02/05 10:00:05 steven Exp $
# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $

COMMENT= "8 1/2-like Window Manager for X11"

Expand All @@ -18,7 +18,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c

CONFIGURE_STYLE= imake
USE_X11= Yes
CONFIGURE_STYLE=imake

WRKDIST= ${WRKDIR}

Expand Down
6 changes: 3 additions & 3 deletions plan9/larswm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2004/12/20 13:45:21 alek Exp $
# $OpenBSD: Makefile,v 1.19 2006/11/13 12:51:15 steven Exp $

COMMENT= "9wm with automatic window tiling and virtual desktops"

Expand All @@ -15,8 +15,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xmu Xt c

CONFIGURE_STYLE= imake

CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes

DOCS= ChangeLog README README.9wm
Expand Down
6 changes: 3 additions & 3 deletions plan9/w9wm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2004/12/20 13:45:22 alek Exp $
# $OpenBSD: Makefile,v 1.12 2006/11/13 12:51:15 steven Exp $

COMMENT= "hacked 9wm, with support for virtual screens"

Expand All @@ -17,8 +17,8 @@ WANTLIB= X11 Xext c

MASTER_SITES= http://www.grassouille.org/code/w9wm/src/

CONFIGURE_STYLE= imake

CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes

WRKSRC=${WRKDIR}/${DISTNAME}.orig
Expand Down
6 changes: 3 additions & 3 deletions print/ghostview/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2005/02/21 14:52:54 alek Exp $
# $OpenBSD: Makefile,v 1.17 2006/11/13 12:51:15 steven Exp $

COMMENT= "X11 front-end for ghostscript"

Expand All @@ -16,8 +16,8 @@ WANTLIB= Xpm Xmu Xaw m X11 c Xt SM Xp Xext ICE

RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu

CONFIGURE_STYLE= imake

CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions print/gv/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2006/08/03 23:28:11 espie Exp $
# $OpenBSD: Makefile,v 1.28 2006/11/13 12:51:15 steven Exp $

COMMENT= "PostScript and PDF previewer"

Expand All @@ -20,8 +20,8 @@ WANTLIB= Xpm Xmu X11 m c Xt SM Xp Xext ICE
LIB_DEPENDS= Xaw3d.>=6.1::x11/Xaw3d
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu

CONFIGURE_STYLE= imake

CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes

INSTALL_TARGET= install install.man install.doc
Expand Down
7 changes: 4 additions & 3 deletions print/lilypond/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/29 19:27:12 kili Exp $
# $OpenBSD: Makefile,v 1.2 2006/11/13 12:51:15 steven Exp $
#
# Credits to Matt Jibson. He did the initial work on this port and many
# tools it depends on.

SHARED_ONLY= Yes

COMMENT= "LilyPond - music notation for everyone"
COMMENT-docs= "LilyPond documentation"

Expand Down Expand Up @@ -45,10 +47,9 @@ CONFIGURE_ENV= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
FLEXLEXER_PATH=/usr/include/g++
CONFIGURE_ARGS+= --with-ncsb-dir=${LOCALBASE}/lib/X11/fonts/ghostscript
USE_GMAKE= Yes
USE_X11= Yes
MAKE_FILE= GNUmakefile

SHARED_ONLY= Yes

.if defined(PACKAGING) && ${SUBPACKAGE} == "-docs"
PKG_ARCH= *
.else
Expand Down
Loading

0 comments on commit 7c03faf

Please sign in to comment.