This commit is contained in:
steven 2006-11-13 12:51:14 +00:00
parent 3fa7fd5027
commit 91a71496cd
53 changed files with 117 additions and 72 deletions

View File

@ -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"
@ -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

View File

@ -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"
@ -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

View File

@ -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"
@ -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} \

View File

@ -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"
@ -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:

View File

@ -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'
@ -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 \

View File

@ -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)"
@ -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

View File

@ -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"
@ -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 \

View File

@ -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"
@ -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>

View File

@ -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.
@ -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

View File

@ -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"
@ -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} \

View File

@ -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
@ -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

View File

@ -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"
@ -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:

View File

@ -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"
@ -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

View File

@ -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"
@ -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

View File

@ -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"
@ -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

View File

@ -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"
@ -24,6 +24,7 @@ FLAVOR?=
MULTI_PACKAGES=
.if !${FLAVOR:L:Mno_gui}
USE_X11= Yes
MULTI_PACKAGES+=-gui
.endif
SUBPACKAGE?=

View File

@ -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"
@ -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>

View File

@ -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"
@ -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>

View File

@ -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
@ -25,6 +25,7 @@ FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --without-x
.else
USE_X11= Yes
WANTLIB+= ICE SM X11
.endif

View File

@ -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"
@ -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" \

View File

@ -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"
@ -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}

View File

@ -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"
@ -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

View File

@ -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"
@ -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

View File

@ -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"
@ -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>

View File

@ -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"
@ -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

View File

@ -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"
@ -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

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2006/07/16 18:02:14 sturm Exp $
# $OpenBSD: Makefile,v 1.39 2006/11/13 12:51:15 steven Exp $
COMMENT= "graphical frontend for LaTeX (nearly WYSIWYG)"
@ -34,6 +34,7 @@ LIB_DEPENDS= aspell::textproc/aspell/core
WANTLIB= ICE SM X11 c m stdc++ z
USE_GMAKE= Yes
USE_X11= Yes
FLAVORS= qt xforms
FLAVOR?= qt

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2006/11/10 17:17:30 mbalmer Exp $
# $OpenBSD: Makefile,v 1.11 2006/11/13 12:51:15 steven Exp $
SHARED_ONLY= Yes
@ -35,6 +35,7 @@ LIB_DEPENDS= jpeg::graphics/jpeg \
cups::print/cups \
xml2::textproc/libxml
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes

View File

@ -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= "tools to convert Xfig's .fig files"
@ -19,7 +19,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= imake
CONFIGURE_STYLE=imake
USE_X11= Yes
FLAVORS= a4
FLAVOR?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/22 12:02:11 mbalmer Exp $
# $OpenBSD: Makefile,v 1.2 2006/11/13 12:51:15 steven Exp $
COMMENT= "X Printing Panel"
@ -26,5 +26,6 @@ LIB_DEPENDS= cups::print/cups \
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
USE_X11= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2006/09/18 11:59:59 espie Exp $
# $OpenBSD: Makefile,v 1.12 2006/11/13 12:51:15 steven Exp $
NOT_FOR_ARCHS= ${LP64_ARCHS}
@ -40,6 +40,7 @@ MODULES= devel/gettext
CONFIGURE_STYLE= gnu
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2006/10/31 20:56:42 sturm Exp $
# $OpenBSD: Makefile,v 1.5 2006/11/13 12:51:15 steven Exp $
COMMENT= "project management tool"
@ -27,7 +27,7 @@ EXTRACT_SUFX= .tar.bz2
MODULES= x11/kde
MODKDE_VERSION= 3.4
USE_LIBTOOL= Yes
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE=autoconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2005/02/14 00:35:54 pvalchev Exp $
# $OpenBSD: Makefile,v 1.6 2006/11/13 12:51:15 steven Exp $
COMMENT= "personal finance tracking and performance tool"
@ -16,6 +16,7 @@ WANTLIB= ICE SM X11 Xext Xpm Xt c m
MASTER_SITES= ${HOMEPAGE}
USE_X11= Yes
USE_MOTIF= Yes
CONFIGURE_STYLE= imake
INSTALL_MAN= No # no manual page

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2006/08/03 23:28:11 espie Exp $
# $OpenBSD: Makefile,v 1.15 2006/11/13 12:51:15 steven Exp $
COMMENT= "classical cipher cryptanalysis toolkit"
@ -15,6 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= c iconv intl glib gmodule m X11 Xext Xi
NO_REGRESS= Yes
USE_X11= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crank/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/10/09 10:33:01 espie Exp $
# $OpenBSD: Makefile,v 1.6 2006/11/13 12:51:15 steven Exp $
COMMENT='firewall gui'
CATEGORIES=net security
@ -20,6 +20,7 @@ MODULES= x11/qt3
FAKE_FLAGS= INSTALL_ROOT=${WRKINST} ${MAKE_FLAGS}
LIB_DEPENDS= fwcompiler.>=8,fwbuilder.>=8::security/libfwbuilder
NO_REGRESS= Yes
USE_X11= Yes
WANTLIB= stdc++ c util m X11 ssl z crypto Xext pthread iconv xslt xml2 netsnmp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2006/08/03 23:28:12 espie Exp $
# $OpenBSD: Makefile,v 1.5 2006/11/13 12:51:15 steven Exp $
COMMENT= "OTP and S/Key calculator for X"
@ -23,6 +23,7 @@ CONFIGURE_STYLE=gnu dest
MODULES= devel/gettext
USE_X11= Yes
USE_GMAKE= Yes
ALL_TARGET= otpCalc otpCalc.1
LIB_DEPENDS= gtk.>=2,gdk.>=2::x11/gtk+

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2005/10/20 09:02:52 mbalmer Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/13 12:51:15 steven Exp $
COMMENT= "program that manages encrypted password databases"
DISTNAME= pwsafe-0.2.0
@ -20,6 +20,7 @@ WANTLIB= Xmu m X11 ncurses crypto c stdc++ SM readline ICE \
MASTER_SITES= ${HOMEPAGE}releases/
CONFIGURE_STYLE= gnu
USE_X11= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2006/08/03 23:55:11 espie Exp $
# $OpenBSD: Makefile,v 1.24 2006/11/13 12:51:15 steven Exp $
COMMENT= "console tool for openlook"
@ -20,7 +20,7 @@ BUILD_DEPENDS= ::x11/xview/config
WRKDIST= ${WRKDIR}
CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes
pre-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2006/08/03 23:55:11 espie Exp $
# $OpenBSD: Makefile,v 1.8 2006/11/13 12:51:15 steven Exp $
COMMENT= "Objective Caml package manager"
CATEGORIES= sysutils
@ -25,5 +25,6 @@ CONFIGURE_ARGS= -with-toolbox -config ${PREFIX}/share/examples/findlib/findlib.c
ALL_TARGET= all ${MODOCAML_NATIVE:S,Yes,all opt,:S,No,,}
USE_GMAKE= Yes
USE_X11= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.11 2006/09/18 11:59:59 espie Exp $
# $OpenBSD: Makefile.inc,v 1.12 2006/11/13 12:51:15 steven Exp $
MAINTAINER?= Peter Hessler <spambox@theapt.org>
@ -24,6 +24,7 @@ RUN_DEPENDS+= :gkrellm->=2.2.0:sysutils/gkrellm/gkrellm,-client
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
NO_REGRESS= Yes
USE_GMAKE= Yes
USE_X11?= Yes
PLUGINDIR= ${PREFIX}/lib/gkrellm2/plugins

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/05/10 21:03:40 mbalmer Exp $
# $OpenBSD: Makefile,v 1.6 2006/11/13 12:51:15 steven Exp $
COMMENT= "wm-dockapp; wireless interface monitor"
@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c m
USE_X11= Yes
NO_REGRESS= Yes
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2005/06/18 23:00:25 marco Exp $
# $OpenBSD: Makefile,v 1.14 2006/11/13 12:51:15 steven Exp $
# $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $
COMMENT= "laptop battery status display for X11"
@ -19,6 +19,7 @@ WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c
CONFIGURE_STYLE= imake noman
ONLY_FOR_ARCHS= i386 macppc zaurus sparc
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2006/09/18 12:00:00 espie Exp $
# $OpenBSD: Makefile,v 1.10 2006/11/13 12:51:15 steven Exp $
COMMENT= "a Gnome/Bonobo component for spell checking"
@ -34,6 +34,7 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
LIB_DEPENDS= aspell.>=15::textproc/aspell/core \
gnomeui-2::x11/gnome/libgnomeui
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2006/09/18 12:00:00 espie Exp $
# $OpenBSD: Makefile,v 1.17 2006/11/13 12:51:15 steven Exp $
COMMENT= "PDF viewer for GNOME"
@ -33,6 +33,7 @@ RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \
gnomeprintui-2-2::x11/gnome/libgnomeprintui
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-schemas-install

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2004/12/07 00:23:22 alek Exp $
# $OpenBSD: Makefile,v 1.19 2006/11/13 12:51:15 steven Exp $
COMMENT= "graphical front end to Unix diff"
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xmu Xt c
USE_X11= Yes
USE_MOTIF= any
CONFIGURE_STYLE= imake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2005/04/24 19:02:04 sturm Exp $
# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $
COMMENT= "graphical file comparator and merge tool"
@ -27,6 +27,7 @@ MAKE_ENV+= UIC=${MODQT_UIC}
# For qsettings to write its setup
PORTHOME= ${WRKDIST}
USE_X11= Yes
NO_REGRESS= Yes
post-extract:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2006/08/04 00:10:42 espie Exp $
# $OpenBSD: Makefile,v 1.15 2006/11/13 12:53:08 steven Exp $
#
# Many variables moved to ../Makefile.inc
@ -17,6 +17,8 @@ LIB_DEPENDS+= expat.>=2::textproc/expat
WANTLIB= ICE SM X11 Xext Xp Xt c m z
USE_X11= Yes
.if ${FLAVOR:L} == "gtk"
CONFIGURE_ARGS+= --with-gtk=${LOCALBASE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2006/10/27 12:53:01 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2006/11/13 12:53:08 steven Exp $
COMMENT= "CSS editor"
@ -29,6 +29,7 @@ LIB_DEPENDS= gtk-x11-2.0.>=600.10,gdk_pixbuf-2.0.>=600.0,gdk-x11-2.0.>=600.0::x1
MODULES= devel/gettext
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2006/10/01 12:35:47 jasper Exp $
# $OpenBSD: Makefile,v 1.25 2006/11/13 12:53:08 steven Exp $
COMMENT= "Fast and light gtk-based web browser"
@ -27,6 +27,7 @@ LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
png.>=2::graphics/png \
gtk.>=1.2,gdk.>=1.2::x11/gtk+
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-cookies --enable-ipv6 --disable-dlgui

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2006/09/18 12:00:00 espie Exp $
# $OpenBSD: Makefile,v 1.9 2006/11/13 12:53:08 steven Exp $
COMMENT= "extremely lightweight and simple web browser for gnome"
@ -45,6 +45,7 @@ WANTLIB= ORBit-2 ORBitCosNaming-2 art_lgpl_2 atk-1.0 \
popt xml2 ICE SM X11 Xext Xrender c crypto fontconfig \
freetype m pthread ssl stdc++ z
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2006/10/21 00:41:08 espie Exp $
# $OpenBSD: Makefile,v 1.18 2006/11/13 12:53:08 steven Exp $
COMMENT= 'stand-alone Qt-based web browser'
CATEGORIES= www x11
@ -21,6 +21,7 @@ MASTER_SITES= http://www.cirulla.net/kdenox-snapshots/snapshots/
MASTER_SITES0= ${MASTER_SITE_KDE:=stable/3.5.5/src/}
SHARED_LIBS= konqe 0.0
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2006/08/04 00:10:42 espie Exp $
# $OpenBSD: Makefile,v 1.16 2006/11/13 12:53:08 steven Exp $
COMMENT= "Netscape cache browser"
@ -16,6 +16,7 @@ WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.62 2006/08/12 15:51:38 naddy Exp $
# $OpenBSD: Makefile,v 1.63 2006/11/13 12:53:08 steven Exp $
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
BROKEN= crashes
@ -42,6 +42,7 @@ DOCS= FAQ.html HISTORY MANUAL.html README README.dict README.func \
keymap.default keymap.lynx menu.default menu.submenu
.if ${FLAVOR:L:Mimage}
USE_X11= Yes
LIB_DEPENDS+= gdk_pixbuf.>=2,gdk_pixbuf_xlib.>=2::graphics/gdk-pixbuf
CONFIGURE_ARGS+=--with-imagelib=gdk-pixbuf
DOCS+= README.img