USE_GROFF=Yes

This commit is contained in:
espie 2010-10-19 08:13:56 +00:00
parent 667238695e
commit 8e072131b6
260 changed files with 520 additions and 260 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/11 08:19:57 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/19 08:13:56 espie Exp $
COMMENT= X11 counterpart of curses-based misc/dialog
@ -27,6 +27,7 @@ LIB_DEPENDS= ::x11/gtk+2
MODULES= devel/gettext
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--with-gtk2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2010/10/11 08:19:57 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2010/10/19 08:13:56 espie Exp $
COMMENT= minimalistic window manager for X11
@ -25,6 +25,7 @@ EXTRACT_SUFX= .tar.bz2
USE_GMAKE= Yes
USE_X11= Yes
USE_GROFF = Yes
MODULES= devel/gettext
LIB_DEPENDS= ::x11/gtk+2
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/10/11 08:19:57 jasper Exp $
# $OpenBSD: Makefile,v 1.36 2010/10/19 08:13:56 espie Exp $
COMMENT= window manager, continuation of the Bowman NeXTSTEP clone
@ -34,6 +34,7 @@ LIB_DEPENDS= ::x11/dbus \
FAKE= lib
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-helpcommand="aterm -e man" \
--with-jpeg-includes=${LOCALBASE}/include \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2007/09/15 20:04:19 merdely Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:13:56 espie Exp $
COMMENT= Amiga Workbench lookalike window manager
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xmu c m
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS} -I${X11BASE}/include'

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2010/10/19 08:13:56 espie Exp $
ONLY_FOR_ARCHS= ${APM_ARCHS}
@ -24,6 +24,7 @@ WANTLIB= ICE SM X11 Xext Xpm c jpeg
LIB_DEPENDS= ::graphics/jpeg
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/07/30 22:24:08 naddy Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/19 08:13:56 espie Exp $
COMMENT= afterstep clock with some language extensions
@ -28,6 +28,7 @@ FLAVOR?= classic english
CONFIGURE_STYLE= imake
USE_X11= Yes
USE_GROFF = Yes
pre-configure:
@THEMES='${THEMES}' CLASSICS='${CLASSICS}' LANGUAGES='${LANGUAGES}' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/19 08:13:56 espie Exp $
COMMENT= X11 file manager. Dockable in Window Maker
@ -24,6 +24,7 @@ FAKE_FLAGS= NORMAL_INSTALL="" \
mandir=${WRKINST}${PREFIX}/man
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2007/09/15 20:04:19 merdely Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/19 08:13:56 espie Exp $
COMMENT= wm-dockapp; Time/Date applet
@ -19,6 +19,7 @@ WANTLIB= ICE SM X11 Xext Xpm c m
MASTER_SITES= http://www.tigr.net/afterstep/download/astime/
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-jpeg

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.44 2010/10/19 08:13:56 espie Exp $
DISTNAME= aterm-0.4.2
REVISION= 2
@ -18,6 +18,7 @@ HOMEPAGE= http://aterm.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aterm/}
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-xgetdefault --enable-ttygid --enable-utmp \
--with-xpm --enable-transparency \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/10/16 09:44:17 dcoppa Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/19 08:13:56 espie Exp $
COMMENT= fast, small, dynamic and awesome window manager
@ -57,6 +57,7 @@ CONFIGURE_STYLE= cmake
CONFIGURE_ARGS= -DCOMPRESS_MANPAGES=off
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/08/06 18:01:21 naddy Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:56 espie Exp $
COMMENT= X keygrabber for blackbox
@ -23,6 +23,7 @@ WANTLIB= c freetype expat fontconfig ICE m SM stdc++ X11 Xau \
MODULES= converters/libiconv
USE_X11= Yes
USE_GROFF = Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::x11/blackbox

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/19 08:13:56 espie Exp $
COMMENT= round, analog X11 clock with bezier curve hands
@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt c m
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= imake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/19 08:13:56 espie Exp $
COMMENT= Small menubar for X11 written in Perl/Tk
DISTNAME= belt-1.21
@ -27,6 +27,7 @@ EXTRACT_ONLY= belticons.tar.gz
RUN_DEPENDS= ::x11/p5-Tk
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/19 08:13:56 espie Exp $
COMMENT = simple background setter
@ -21,6 +21,7 @@ WANTLIB = X11 Xinerama c Imlib2
LIB_DEPENDS = ::graphics/imlib2
USE_X11 = Yes
USE_GROFF = Yes
NO_REGRESS = Yes
SUBST_VARS = VERSION

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2010/10/19 08:13:56 espie Exp $
COMMENT= small & pretty window manager for 8 and more bits displays
@ -21,6 +21,7 @@ WANTLIB= X11 Xau Xdmcp Xext Xft Xrender c expat m fontconfig \
MODULES= converters/libiconv
USE_X11= Yes
USE_GROFF = Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-shared
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2007/09/15 20:04:19 merdely Exp $
# $OpenBSD: Makefile,v 1.18 2010/10/19 08:13:56 espie Exp $
COMMENT= blow holes through windows
@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c
USE_X11= Yes
USE_GROFF = Yes
do-build:
cd ${WRKSRC} && ${CC} blast.c -I${X11BASE}/include ${CFLAGS} -L$(X11BASE)/lib -lX11 -lXext -o blast

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/07/17 13:59:44 kili Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/19 08:13:56 espie Exp $
COMMENT = modern tiling window manager
@ -41,6 +41,7 @@ LIB_DEPENDS = ::devel/atk \
::x11/gtk+2
USE_X11 = Yes
USE_GROFF = Yes
post-install:
@${INSTALL_MAN_DIR} ${PREFIX}/man/man1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2010/10/19 08:13:56 espie Exp $
COMMENT= quick start-up utility for applications on an X11 display
@ -20,6 +20,7 @@ MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
CONFIGURE_STYLE= imake
WRKDIST= ${WRKDIR}/bricons
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/11 08:19:57 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/19 08:13:56 espie Exp $
COMMENT= Desktop wallpaper manager and X11 screensaver
@ -35,6 +35,7 @@ FAKE_FLAGS= GNOME_PREFIX=${PREFIX}
USE_GMAKE= Yes
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
MODULES= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2010/10/19 08:13:56 espie Exp $
COMMENT= twm, plus support for multiple virtual screens, etc
@ -20,6 +20,7 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c
MASTER_SITES= ${HOMEPAGE}/dist/
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/09/28 18:06:47 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2010/10/19 08:13:56 espie Exp $
COMMENT= glib bindings for dbus message system
@ -32,6 +32,7 @@ LIB_DEPENDS= ::x11/dbus \
SEPARATE_BUILD= simple
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2010/09/16 12:47:54 tobias Exp $
# $OpenBSD: Makefile,v 1.43 2010/10/19 08:13:56 espie Exp $
# XXX patches/patch-configure_in disables PIE on arm/hppa. This is just a
# temporary workaround until PIE works.
@ -29,6 +29,7 @@ SEPARATE_BUILD= simple
USE_LIBTOOL= Yes
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2010/10/19 08:13:56 espie Exp $
# $FreeBSD: Makefile,v 1.9 1999/08/31 06:52:30 mharo Exp $
COMMENT= digital clock with optional military time and alarm
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= no license
WANTLIB= X11 Xt c
USE_X11= Yes
USE_GROFF = Yes
WRKDIST= ${WRKDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/19 08:13:56 espie Exp $
COMMENT= window manipulation tool
@ -32,6 +32,7 @@ LIB_DEPENDS= ::devel/libwnck
SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/06/27 15:23:00 jim Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/19 08:13:56 espie Exp $
COMMENT= dynamic menu for X11
DISTNAME= dmenu-4.1.1
@ -21,6 +21,7 @@ MASTER_SITES= http://dl.suckless.org/tools/
FAKE_FLAGS= DESTDIR=""
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/19 08:13:56 espie Exp $
COMMENT= network sniffer that grabs and displays images
@ -32,6 +32,7 @@ LIB_DEPENDS= ::graphics/libungif \
::x11/gtk+2
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/06/27 15:22:12 jim Exp $
# $OpenBSD: Makefile,v 1.18 2010/10/19 08:13:56 espie Exp $
COMMENT= dynamic window manager
@ -27,6 +27,7 @@ MAKE_ENV= LDFLAGS="${LDFLAGS}"
FAKE_FLAGS= DESTDIR=""
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/19 08:13:56 espie Exp $
COMMENT = GTK+2 file manager
@ -38,6 +38,7 @@ RUN_DEPENDS = ::devel/desktop-file-utils \
MAKE_ENV = CC=${CC} lCFLAGS="${CFLAGS} -I${LOCALBASE}/include"
USE_X11 = Yes
USE_GMAKE = Yes
USE_GROFF = Yes
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/07/30 06:58:58 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:56 espie Exp $
COMMENT= hyper-animated face analog clock for X11
@ -19,6 +19,7 @@ PERMIT_PACKAGE_CDROM= may not modify/package
WANTLIB= ICE SM Xau Xdmcp X11 Xaw Xext Xmu Xpm Xt c m
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
LANGRES= resources/R6/EUC/EmiClock.ad

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.32 2010/10/19 08:13:56 espie Exp $
COMMENT= color X11 terminal emulator with transparency support
COMMENT-kanji= color japanese terminal emulator with transparency support
@ -29,6 +29,7 @@ LIB_DEPENDS= ::devel/libast \
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2009/05/10 08:39:23 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/19 08:13:56 espie Exp $
COMMENT= minimalist window manager for the X Window System
@ -19,6 +19,7 @@ WANTLIB= X11 Xext Xrandr c
MASTER_SITES= ${HOMEPAGE}
USE_X11= Yes
USE_GROFF = Yes
MAKE_FLAGS= XROOT='${X11BASE}' CC='${CC}'
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2010/09/22 12:47:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.39 2010/10/19 08:13:56 espie Exp $
COMMENT= Fast-Light Tool Kit
@ -40,6 +40,7 @@ LIB_DEPENDS= ::graphics/jpeg \
NO_REGRESS= Yes
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=autoconf no-autoheader
AUTOCONF_VERSION=2.59
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2010/10/19 08:13:56 espie Exp $
COMMENT= window manager based on the original Blackbox code
@ -30,6 +30,7 @@ CONFIGURE_ARGS= --enable-xinerama --enable-imlib2
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/09/22 12:49:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2010/10/19 08:13:56 espie Exp $
COMMENT= fast-light window manager
@ -16,6 +16,7 @@ CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -DFLTK_1_0_COMPAT -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_X11= Yes
USE_GROFF = Yes
LIB_DEPENDS= ::x11/fltk

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/08/01 15:44:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2010/10/19 08:13:56 espie Exp $
COMMENT-main= multiple virtual desktop window manager, with icons
COMMENT-fvicons=multiple virtual desktop window manager icons
@ -72,6 +72,7 @@ FULLPKGPATH-fvicons= ${PKGPATH},-fvicons
SUBST_VARS= VERSION
USE_X11= Yes
USE_GROFF = Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/19 08:13:56 espie Exp $
COMMENT= win95-like window manager based on fvwm 2.x
@ -23,6 +23,7 @@ PERMIT_DISTFILES_FTP= no license
WANTLIB= X11 Xext Xpm c rplay
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/19 08:13:56 espie Exp $
COMMENT= GTK-based BDF font editor
@ -25,6 +25,7 @@ MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tbz2
USE_X11= Yes
USE_GROFF = Yes
MODULES= devel/gettext
LIB_DEPENDS= ::x11/gtk+2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2010/10/19 08:13:56 espie Exp $
SHARED_ONLY= Yes
@ -46,6 +46,7 @@ RUN_DEPENDS= ::devel/desktop-file-utils \
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2010/10/19 08:13:56 espie Exp $
COMMENT= GTK+-2 Graphical filemanager
@ -30,6 +30,7 @@ LIB_DEPENDS= ::x11/gtk+2
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
USE_X11= Yes
USE_GROFF = Yes
pre-install:
@chmod +x ${WRKSRC}/install-sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/19 08:13:56 espie Exp $
COMMENT = GVfs mountpoint manager
@ -22,6 +22,7 @@ MODULES = x11/xfce4 devel/waf
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
DESKTOP_FILES = Yes
USE_GROFF = Yes
BUILD_DEPENDS +=:waf->=1.5.18:devel/waf
RUN_DEPENDS += ::x11/gnome/gvfs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2010/10/19 08:13:57 espie Exp $
COMMENT = GTK+/GNOME frontend for MPlayer
DISTNAME = gnome-mplayer-0.9.9.2
@ -39,6 +39,7 @@ RUN_DEPENDS = ::devel/desktop-file-utils \
USE_X11 = Yes
USE_LIBTOOL = Yes
USE_GMAKE = Yes
USE_GROFF = Yes
MODGCONF2_SCHEMAS_DIR = gnome-mplayer
CONFIGURE_STYLE = gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/10/18 13:18:13 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/19 08:13:56 espie Exp $
SHARED_ONLY= Yes
@ -74,6 +74,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
FAKE_FLAGS= itlocaledir=${PREFIX}/share/locale/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.25 2010/10/19 08:13:56 espie Exp $
SHARED_ONLY= Yes
@ -43,6 +43,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libelf" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-eds
USE_GROFF = Yes
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= bug-buddy

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/10/11 08:19:19 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2010/10/19 08:13:56 espie Exp $
COMMENT= simple desktop recording tool
@ -37,5 +37,6 @@ MODGCONF2_SCHEMAS_DIR= byzanz
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.31 2010/10/19 08:13:56 espie Exp $
COMMENT= graphical predictive text input system
@ -46,5 +46,6 @@ CONFIGURE_ARGS+= --disable-scrollkeeper \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
LDFLAGS="-L${LOCALBASE}/lib " \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include "
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.61 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.62 2010/10/19 08:13:56 espie Exp $
SHARED_ONLY= Yes
@ -43,6 +43,7 @@ CONFIGURE_ARGS+= --with-gnome-distributor="OpenBSD Ports" \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
# stop systrace spam by avoiding xsltproc to access net
pre-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.36 2010/10/19 08:13:56 espie Exp $
COMMENT= collection of documentation utilities for the GNOME project
@ -27,6 +27,7 @@ RUN_DEPENDS= ::devel/gettext \
USE_X11= No
USE_LIBTOOL= No
USE_GROFF = Yes
CONFIGURE_ARGS= --disable-scrollkeeper
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.34 2010/10/19 08:13:57 espie Exp $
COMMENT= SIP and H.323 compatible conferencing application
@ -45,6 +45,7 @@ DESKTOP_FILES= Yes
MODGNOME_HELP_FILES=Yes
MODGCONF2_SCHEMAS_DIR= ekiga
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.51 2010/10/19 08:13:57 espie Exp $
COMMENT= telepathy based messenger for GNOME
@ -79,6 +79,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
# --enable-tpl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
FAKE_FLAGS+= pkgdatadir=${PREFIX}/share/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.40 2010/10/19 08:13:57 espie Exp $
COMMENT= collection of games for the GNOME desktop
@ -56,6 +56,7 @@ CONFIGURE_ARGS+= --enable-omitgames=gnome-sudoku,lightsoff,swell-foop
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
REGRESS_IS_INTERACTIVE= x11

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.36 2010/10/19 08:13:57 espie Exp $
COMMENT= GTK2 desktop calculator
@ -34,6 +34,7 @@ DESKTOP_FILES= Yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
FAKE_FLAGS+= itlocaledir="${PREFIX}/share/locale/"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.84 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -38,6 +38,7 @@ MODULES= devel/gettext \
x11/gnome
USE_LIBTOOL= gnu
USE_GROFF = Yes
MODGNOME_HELP_FILES= Yes
CONFIGURE_STYLE= gnu old

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.59 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -61,5 +61,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
#CONFIGURE_ARGS+= --enable-gvfs-metadata
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lm -lstdc++ -lintl -liconv"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/19 08:13:57 espie Exp $
COMMENT= monitor kerberos tickets
@ -45,6 +45,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-libnotify \
--enable-pkinit \
--disable-network-manager
USE_GROFF = Yes
post-extract:
${INSTALL} -m 555 ${FILESDIR}/krb5-config ${WRKDIR}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.43 2010/10/19 08:13:57 espie Exp $
COMMENT= GNOME component and compound document system
@ -28,6 +28,7 @@ LIB_DEPENDS= ::devel/ORBit2 \
::textproc/libxml
USE_X11= No
USE_GROFF = Yes
# popt usage is deprecated in gnome, but the header file is still included
# from some libbonobo header and might still be used inside libbonobo

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/10/11 08:19:20 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2010/10/19 08:13:57 espie Exp $
#
# XXX:
@ -88,6 +88,7 @@ BUILD_DEPENDS= :db->=4,<5:databases/db/v4 \
REGRESS_DEPENDS= ::devel/check
LIBTOOL_FLAGS= --tag=disable-static
USE_GROFF = Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-static \
--disable-gtk-doc \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2010/10/18 13:18:14 jasper Exp $
# $OpenBSD: Makefile,v 1.40 2010/10/19 08:13:57 espie Exp $
COMMENT= libraries for the GNOME project
@ -28,6 +28,7 @@ LIB_DEPENDS= ::x11/gnome/libbonobo \
::audio/libcanberra
USE_X11= No
USE_GROFF = Yes
MODGCONF2_SCHEMAS_DIR= libgnome
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.56 2010/10/19 08:13:57 espie Exp $
COMMENT= SAX-based render library for SVG files
@ -39,6 +39,7 @@ CONFIGURE_ARGS+= --with-svgz \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
pre-configure:
perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:57 espie Exp $
COMMENT= screen magnifier for the GNOME desktop
@ -40,6 +40,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-colorblind-applet=no
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
SUBST_VARS= LIBgnome-mag_VERSION

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.52 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -47,6 +47,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-gtk=2.0
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/metacity

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2010/10/19 08:13:57 espie Exp $
COMMENT= mouse accessibility enhancements for GNOME
@ -35,5 +35,6 @@ MODGCONF2_SCHEMAS_DIR= mousetweaks
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -51,6 +51,7 @@ CONFIGURE_ARGS+= --with-plugins="evolution gajim pidgin removable-devices"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
FAKE_FLAGS= schemadir=${PREFIX}/share/schemas/nautilus-sendto

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.73 2010/10/19 08:13:57 espie Exp $
COMMENT= GNOME shell and file manager
@ -58,6 +58,7 @@ MODGCONF2_SCHEMAS_DIR= nautilus
AUTOCONF_VERSION= 2.63
CONFIGURE_STYLE= autoconf gnu
USE_GROFF = Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-gtk-doc \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/19 08:13:57 espie Exp $
COMMENT= assistive technology for people with visual impairments
@ -27,5 +27,6 @@ DESKTOP_FILES= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.84 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -73,6 +73,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
MODULES+= lang/python
MODPY_BUILDDEP= No
MODPY_RUNDEP= No
USE_GROFF = Yes
pre-configure:
perl -pi -e 's,xsltproc -o,xsltproc --nonet -o,g' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.35 2010/10/19 08:13:57 espie Exp $
COMMENT= project management application
@ -59,6 +59,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
UPDATE_DESKTOP_DATABASE="/usr/bin/false"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.27 2010/10/19 08:13:57 espie Exp $
COMMENT= screen saver and locker for GNOME
@ -56,6 +56,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-xf86gamma-ext \
--with-kbd-layout-indicator \
--with-libnotify
USE_GROFF = Yes
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -55,6 +55,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-cpp-rtti
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
# the plugin needs a gecko epiphany, ours uses webkit
CONFIGURE_ARGS+= --disable-epiphany

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.43 2010/10/19 08:13:57 espie Exp $
COMMENT= manage encryption keys
@ -55,6 +55,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-update-mime-database
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/seahorse

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.125 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.126 2010/10/19 08:13:57 espie Exp $
COMMENT= GNOME session
@ -48,6 +48,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-rebuilds
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
USE_GROFF = Yes
# XXX gconf2 MODULE changes this value but gsm-gconf.c uses this to
# find the right path for gconftool-2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2010/10/18 13:18:15 jasper Exp $
# $OpenBSD: Makefile,v 1.37 2010/10/19 08:13:57 espie Exp $
COMMENT= desktop note-taking application written in C\#
@ -52,6 +52,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
# needs gmime-sharp and galago-sharp
CONFIGURE_ARGS+= --enable-evolution=no \
--enable-galago=no
USE_GROFF = Yes
# this is *.config.in on purpose (and not *.config)
DLLMAP_FILES= Tomboy/Tomboy.exe.config.in \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2010/10/18 13:18:16 jasper Exp $
# $OpenBSD: Makefile,v 1.52 2010/10/19 08:13:57 espie Exp $
COMMENT= official media player for GNOME
@ -70,6 +70,7 @@ PORTHOME= ${WRKDIR}
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES=Yes
MODGCONF2_SCHEMAS_DIR= totem
USE_GROFF = Yes
# Browser bemused lirc mythtv sample-python sample-val sidebar-test
# publish iplayer pythonconsole coherence_upnp tracker

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2010/10/11 08:19:20 jasper Exp $
# $OpenBSD: Makefile,v 1.52 2010/10/19 08:13:57 espie Exp $
COMMENT= powerful desktop search tool and indexer
@ -119,6 +119,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib \
-Wl,-rpath,${TRUEPREFIX}/lib/tracker-${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}" \
EXEMPI_LIBS="`pkg-config --libs exempi-2.0` -lstdc++"
USE_GROFF = Yes
FAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/tracker-search/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2010/10/18 13:18:16 jasper Exp $
# $OpenBSD: Makefile,v 1.56 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -51,5 +51,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-ipv6=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/18 13:18:16 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:57 espie Exp $
COMMENT= MAME front-end for GNOME
@ -48,5 +48,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-gnome \
--with-wnck \
--with-history-file="${LOCALBASE}/share/sdlmame/history.dat"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2010/10/18 13:18:16 jasper Exp $
# $OpenBSD: Makefile,v 1.36 2010/10/19 08:13:57 espie Exp $
SHARED_ONLY= Yes
@ -55,5 +55,6 @@ CONFIGURE_ARGS+= --enable-ssh=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2010/10/18 13:18:16 jasper Exp $
# $OpenBSD: Makefile,v 1.41 2010/10/19 08:13:57 espie Exp $
COMMENT= dialogs for GNOME
@ -28,6 +28,7 @@ LIB_DEPENDS= ::devel/libnotify \
MODGNOME_HELP_FILES= Yes
USE_LIBTOOL= No
USE_GROFF = Yes
CONFIGURE_ARGS= --enable-libnotify
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/19 08:13:57 espie Exp $
COMMENT= GNUstep gui backend
@ -19,6 +19,7 @@ WANTLIB= GL X11 Xt Xext Xmu c freetype m objc pthread z \
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
USE_X11= Yes
USE_GROFF = Yes
MODULES= x11/gnustep
LIB_DEPENDS= ::x11/gnustep/base \
::x11/gnustep/gui

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2010/10/15 10:37:51 sebastia Exp $
# $OpenBSD: Makefile,v 1.31 2010/10/19 08:13:57 espie Exp $
COMMENT= GNUstep base library
@ -35,6 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/avahi-compat-libdns_sd" \
LDFLAGS="-pthread"
CONFIGURE_ARGS= --disable-procfs \
--disable-procfs-psinfo
USE_GROFF = Yes
CFLAGS+= -pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2010/10/19 08:13:57 espie Exp $
COMMENT= GNUstep gui library
@ -33,6 +33,7 @@ CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lm -pthread"
CONFIGURE_ARGS= --with-x
USE_GROFF = Yes
pre-configure:
@perl -pi -e 's,^GNUSTEP_GUI_MAJOR_VERSION=.*,GNUSTEP_GUI_MAJOR_VERSION=${LIBgnustep-gui_VERSION:R},g;' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/01 09:18:42 sebastia Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:57 espie Exp $
# WARNING: this port does NOT use the x11/gnustep MODULE
@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
RUN_DEPENDS= ::archivers/gtar
USE_GMAKE= Yes
USE_GROFF = Yes
MAKE_FILE= GNUmakefile
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/19 08:13:57 espie Exp $
COMMENT= GTK+ Object Builder
DISTNAME= gob2-2.0.17
@ -25,5 +25,6 @@ MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/07/30 06:58:58 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/19 08:13:57 espie Exp $
COMMENT= fast and light window manager with plug-ins
@ -18,6 +18,7 @@ WANTLIB= X11 Xext Xpm c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=golem/}
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= autoconf dest no-autoheader
AUTOCONF_VERSION= 2.52

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.70 2010/10/19 08:13:57 espie Exp $
COMMENT= General Toolkit for X11 GUI
@ -27,6 +27,7 @@ WANTLIB += X11 Xau Xdmcp Xext Xi m pthread-stubs xcb glib gmodule
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-xinput="xfree"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/19 08:13:57 espie Exp $
COMMENT= gtk+-2 theme switcher
@ -34,6 +34,7 @@ MODULES= devel/gettext
USE_X11= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
post-extract:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/18 13:53:09 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 08:13:57 espie Exp $
COMMENT-main= VNC viewer widget for GTK
COMMENT-plugin= gtk-vnc browser plugin
@ -58,6 +58,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-introspection
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.if ${FLAVOR:L:Mno_plugin}
CONFIGURE_ARGS+= --enable-plugin=no

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2010/10/19 08:13:58 espie Exp $
COMMENT= switch GTK+2 themes quickly
@ -27,6 +27,7 @@ MODULES= devel/gettext
LIB_DEPENDS= ::x11/gtk+2
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/19 08:13:58 espie Exp $
COMMENT= GTK+2 based xmessage(1) clone
@ -28,6 +28,7 @@ MODULES= devel/gettext \
LIB_DEPENDS= ::x11/gtk+2
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/09/14 08:54:18 dcoppa Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:13:58 espie Exp $
COMMENT = improved dynamic tiling window manager
@ -34,6 +34,7 @@ RUN_DEPENDS = ::x11/dmenu \
USE_GMAKE = Yes
USE_X11 = Yes
USE_GROFF = Yes
NO_REGRESS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2010/07/30 12:03:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.52 2010/10/19 08:13:58 espie Exp $
COMMENT= light, keyboard friendly window manager
@ -25,6 +25,7 @@ LIB_DEPENDS= ::lang/lua
USE_GMAKE= Yes
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/10/11 08:19:58 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/19 08:13:58 espie Exp $
COMMENT= gui cd image editor
@ -32,6 +32,7 @@ WANTLIB += gtk-x11-2.0
USE_X11= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
FAKE_FLAGS= MYMANPATH=${WRKINST}/${TRUEPREFIX}/man/man1 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/19 08:13:58 espie Exp $
COMMENT= build mega-widgets using the Itcl object system
@ -49,6 +49,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${MODTCL_INCDIR}/generic \
-I${MODTK_INCDIR}/unix \
-I${LOCALBASE}/include/itcl${ITCL_VERSION}" \
LIBitk33_VERSION=${LIBitk33_VERSION}
USE_GROFF = Yes
# This regression test wants an X11 display
REGRESS_IS_INTERACTIVE=Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/07/30 06:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/19 08:13:58 espie Exp $
PKG_ARCH= *
@ -42,6 +42,7 @@ CONFIGURE_ARGS= --with-tcl=${MODTCL_LIBDIR} \
--with-itcl=${LOCALBASE}/itcl3.4
CONFIGURE_ENV= ITCL_VERSION=3.4
USE_GROFF = Yes
pre-configure:
@perl -pi -e 's,^\.HS,\.TH,' ${WRKBUILD}/doc/*.n

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/07/21 21:14:47 edd Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/19 08:13:58 espie Exp $
COMMENT= Joe's Window Manager
@ -31,6 +31,7 @@ LIB_DEPENDS= ::devel/fribidi \
NO_REGRESS= Yes
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include/ ${CFLAGS}" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2010/09/23 22:24:50 jeremy Exp $
# $OpenBSD: Makefile,v 1.69 2010/10/19 08:13:58 espie Exp $
COMMENT = K Desktop Environment, extra language support
CATEGORIES = x11 x11/kde devel
@ -19,6 +19,7 @@ LIB_DEPENDS = ::x11/kde/libs3 \
REVISION = 11
#XXX missing -rpath to /usr/local ?
USE_LIBTOOL = gnu
USE_GROFF = Yes
WANTLIB = GL GLU ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c expat fam \
fontconfig freetype idn jpeg lib/kde3/DCOP lib/kde3/kdecore.>=6 \
lib/kde3/kdefx lib/kde3/kdeprint lib/kde3/kdesu lib/kde3/kdeui \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2007/09/15 20:04:21 merdely Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/19 08:13:58 espie Exp $
COMMENT= embedded documentation in C++
CATEGORIES= x11 x11/kde devel
@ -11,6 +11,7 @@ MODULES=
AUTOCONF_VERSION= 2.52
CONFIGURE_STYLE= autoconf no-autoheader
USE_GMAKE= No
USE_GROFF = Yes
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2010/07/10 12:44:30 espie Exp $
# $OpenBSD: Makefile,v 1.50 2010/10/19 08:13:58 espie Exp $
COMMENT-main = K Desktop Environment, developer extensions
COMMENT-svn = K Desktop Environment, svn extensions
@ -19,6 +19,7 @@ SHARED_LIBS += kunittestgui 1.0 # .0.0
MULTI_PACKAGES = -main -svn
MODULES = x11/kde devel/gettext
USE_GROFF = Yes
RUN_DEPENDS-main += :desktop-file-utils-*:devel/desktop-file-utils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/08/31 08:22:04 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/19 08:13:58 espie Exp $
COMMENT = K Desktop Environment, accessibility
DISTNAME = kdeaccessibility-${VERSION}
@ -12,6 +12,7 @@ WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xpm Xtst c kde3support kdecore kdeui \
lib/qt4/QtSvg lib/qt4/QtXml m phonon.>=5 pthread stdc++
CONFIGURE_ARGS += -DKDE4_KTTSD_ALSA:BOOL=OFF
USE_GROFF = Yes
# these come from libs in real case
pre-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/08/31 08:22:04 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/19 08:13:58 espie Exp $
COMMENT = K Desktop Environment, base runtime
DISTNAME = kdebase-runtime-${VERSION}
@ -10,6 +10,7 @@ LIB_DEPENDS += ::x11/kde4/libs \
SHARED_LIBS += kwalletbackend 0.0 # 4.4
SHARED_LIBS += molletnetwork 0.0 # 4.4
USE_GROFF = Yes
WANTLIB += Half ICE Iex IlmImf IlmThread IlmThread Imath SM X11 Xau Xcursor \
Xdmcp Xext Xft Xpm attica c exiv2 jpeg kde3support kdecore.>=8 kdesu \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/08/31 08:22:04 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:13:58 espie Exp $
COMMENT = K Desktop Environment, base workspace
DISTNAME = kdebase-workspace-${VERSION}
@ -16,6 +16,7 @@ LIB_DEPENDS += ::x11/kde4/libs \
BUILD_DEPENDS += ::x11/kde4/automoc
SUBST_VARS += VERSION
USE_GROFF = Yes
SHARED_LIBS += kdecorations 3.0 # .4.0
SHARED_LIBS += kfontinst 2.0 # .4.0

Some files were not shown because too many files have changed in this diff Show More