diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 10f80072226..9c88341bafa 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2010/10/11 08:12:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.79 2010/10/18 18:00:15 espie Exp $ COMMENT= free cross-platform WYSIWYG word processor @@ -48,6 +48,7 @@ MASTER_SITES= ${HOMEPAGE}/downloads/abiword/${VERSION}/source/ USE_LIBTOOL= Yes USE_GMAKE= Yes USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ diff --git a/editors/axe/Makefile b/editors/axe/Makefile index ad12cc4c858..1444f26bbd3 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2010/04/24 20:18:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.24 2010/10/18 18:00:16 espie Exp $ COMMENT= simple to use text editor for X11 @@ -18,6 +18,7 @@ EXTRACT_SUFX= .tar.Z CONFIGURE_STYLE= imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 0e5b17970ba..0d32e1b146a 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2007/09/16 00:44:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.24 2010/10/18 18:00:16 espie Exp $ COMMENT= binary editor and viewer @@ -18,6 +18,7 @@ MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/b/beav/ WRKDIST= ${WRKDIR}/beav-1.40 +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile index bc182f2787a..a5ad8c5d3ca 100644 --- a/editors/beaver/Makefile +++ b/editors/beaver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/10/11 08:12:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:16 espie Exp $ COMMENT= lightweight Gtk text editor with syntax highlighting @@ -32,6 +32,7 @@ RUN_DEPENDS= ::devel/desktop-file-utils USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes MAKE_FLAGS= CC="${CC}" OPTI="${CFLAGS}" WRKSRC= ${WRKDIST}/src diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index 84d11a38327..25cf1f95864 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2008/02/11 21:51:32 naddy Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 18:00:16 espie Exp $ COMMENT= binary visual display editor, based on vi @@ -21,6 +21,7 @@ EXTRACT_SUFX= .src.tar.gz CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --libdir=${PREFIX}/share +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 300ce8aaa48..3f58300b175 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2009/08/10 06:31:08 kili Exp $ +# $OpenBSD: Makefile,v 1.32 2010/10/18 18:00:16 espie Exp $ COMMENT= easy to use, graphical editor @@ -29,6 +29,7 @@ CONFIGURE_ENV+= NOPYTHON=Yes MODULES= devel/gettext USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV+= XTERM_CMD=xterm LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/ee/Makefile b/editors/ee/Makefile index 9a7e8587e18..202f5ba9dbd 100644 --- a/editors/ee/Makefile +++ b/editors/ee/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/09/16 00:44:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:16 espie Exp $ COMMENT= easy to use text editor @@ -22,6 +22,7 @@ EXTRACT_SUFX= .src.tgz WRKDIST= ${WRKDIR}/easyedit-${VERSION} MAKE_ENV= SYSCONFDIR=${SYSCONFDIR} +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 9f92f895690..f087e6efaf7 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2009/08/10 06:31:08 kili Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 18:00:16 espie Exp $ COMMENT= clone of the ex/vi text editor @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-x \ --x-libraries=${X11BASE}/lib CFLAGS+= -I${X11BASE}/include/freetype2 USE_X11= Yes +USE_GROFF = Yes WANTLIB+= X11 Xft Xpm pthread-stubs xcb .endif diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 3c2a98573cc..bf8b8430b6b 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2010/08/04 17:17:57 naddy Exp $ +# $OpenBSD: Makefile,v 1.51 2010/10/18 18:00:16 espie Exp $ COMMENT-main= GNU editor: extensible, customizable, self documenting COMMENT-el= elisp sources for those who want to read/modify them @@ -31,6 +31,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} DISTFILES= emacs-${VERSION}a.tar.gz leim-${VERSION}.tar.gz MULTI_PACKAGES= -main -el -leim +USE_GROFF = Yes FLAVORS= no_x11 FLAVOR?= diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 8e8583a8c86..0085b026d03 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/10/11 08:12:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.17 2010/10/18 18:00:16 espie Exp $ COMMENT-main= GNU editor: extensible, customizable, self-documenting COMMENT-el= elisp sources for those who want to read/modify them @@ -28,6 +28,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} MULTI_PACKAGES= -main -el USE_GMAKE= Yes +USE_GROFF = Yes FLAVORS= gtk no_x11 FLAVOR?= diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index 676a23b80df..f204abdd5bc 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/09/16 00:44:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:16 espie Exp $ COMMENT= user-friendly ncurses-based hexeditor with many features @@ -19,5 +19,6 @@ WANTLIB= c ncurses MASTER_SITES= http://jewfish.net/downloads/ CONFIGURE_STYLE= gnu +USE_GROFF = Yes .include diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index f676d4ac6de..4c0d038a0cf 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2007/09/16 00:44:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.23 2010/10/18 18:00:16 espie Exp $ COMMENT= view and edit files in hexadecimal or ASCII @@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c curses CONFIGURE_STYLE= gnu dest +USE_GROFF = Yes NO_REGRESS= Yes WRKDIST= ${WRKDIR}/hexedit diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index a9aa164a18d..f783fad9fc1 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2009/01/23 16:13:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 18:00:16 espie Exp $ COMMENT= hierarchical notebook @@ -20,6 +20,7 @@ WANTLIB= c ncurses MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hnb/} USE_GMAKE= Yes +USE_GROFF = Yes WRKDIST= ${WRKDIR}/${DISTNAME}/src diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 7dc1134eac2..c85277b2492 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2010/09/13 07:36:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.34 2010/10/18 18:00:16 espie Exp $ COMMENT= text editor @@ -28,6 +28,7 @@ CONFIGURE_ENV+= JED_ROOT="${PREFIX}/lib/jed" FLAVORS= no_x11 FLAVOR?= +USE_GROFF = Yes .if ${FLAVOR:L} == "no_x11" ALL_TARGET= all getmail diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 61821908859..e173cd17627 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,5 +1,5 @@ # $RuOBSD: Makefile,v 1.3 2002/04/10 05:14:52 form Exp $ -# $OpenBSD: Makefile,v 1.38 2009/02/06 09:39:02 form Exp $ +# $OpenBSD: Makefile,v 1.39 2010/10/18 18:00:16 espie Exp $ COMMENT= Joe's Own Editor @@ -21,6 +21,7 @@ WANTLIB= c ncurses m util CONFIGURE_STYLE= gnu +USE_GROFF = Yes FAKE_FLAGS= sysconf_joedir=${PREFIX}/share/examples/joe \ sysconf_docdir=${PREFIX}/share/doc/joe diff --git a/editors/jove/Makefile b/editors/jove/Makefile index b7c822ca457..662d31e6d8e 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2007/09/16 00:44:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 18:00:16 espie Exp $ # COMMENT= Jonathan's Own Version of Emacs @@ -17,6 +17,7 @@ WANTLIB= c termcap WRKDIST= ${WRKDIR}/jove +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/editors/ldapvi/Makefile b/editors/ldapvi/Makefile index 717fbd0abe7..a565f0c8d8a 100755 --- a/editors/ldapvi/Makefile +++ b/editors/ldapvi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/10/04 19:38:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:16 espie Exp $ COMMENT= update LDAP entries with a text editor @@ -29,6 +29,7 @@ LIB_DEPENDS= glib-2.0.>=0.8::devel/glib2 \ MAKE_FILE= GNUmakefile USE_GMAKE= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 7493b92c8cb..84f5147ad09 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2010/09/06 17:37:23 naddy Exp $ +# $OpenBSD: Makefile,v 1.64 2010/10/18 18:00:16 espie Exp $ COMMENT= Pico editor clone with enhancements @@ -25,6 +25,7 @@ SEPARATE_BUILD= simple CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \ LDFLAGS="-L${DEPBASE}/lib" + USE_GROFF = Yes post-install: perl -i -pe 's:SYSCONFDIR:${SYSCONFDIR}:g;' \ diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index a86388a9a9a..fef1d4bfa7d 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2010/09/30 08:25:24 jasper Exp $ +# $OpenBSD: Makefile,v 1.57 2010/10/18 18:00:16 espie Exp $ # $FreeBSD: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $ COMMENT= X11/Motif GUI text editor @@ -38,6 +38,7 @@ MODULES= converters/libiconv USE_X11= Yes USE_MOTIF= Any +USE_GROFF = Yes ALL_TARGET= openbsd NO_REGRESS= Yes diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 0a111b4d300..eebec373450 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2007/09/16 00:44:00 merdely Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 18:00:16 espie Exp $ # NetBSD: Makefile,v 1.6 2000/01/19 12:28:44 hubertf Exp # FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp @@ -29,6 +29,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build CONFIGURE_STYLE=gnu dest CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${SYSCONFDIR}/vi.exrc\"' CONFIGURE_ARGS+=--enable-multibyte --program-prefix=n --host=${ARCH}-unknown-netbsd +USE_GROFF = Yes .if ${FLAVOR:L} == "canna" LIB_DEPENDS+= canna.>=1.::japanese/canna diff --git a/editors/subtitleeditor/Makefile b/editors/subtitleeditor/Makefile index 4fc6f20edf3..e3b160dcfd1 100644 --- a/editors/subtitleeditor/Makefile +++ b/editors/subtitleeditor/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2010/10/11 08:12:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 18:00:16 espie Exp $ SHARED_ONLY= Yes @@ -58,6 +58,7 @@ MODULES+= devel/gettext \ USE_X11= Yes USE_GMAKE= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes LIBTOOL_FLAGS= --tag=disable-static diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index e00abb295c8..59afb429ca5 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2009/08/10 06:31:09 kili Exp $ +# $OpenBSD: Makefile,v 1.26 2010/10/18 18:00:16 espie Exp $ COMMENT= standard OpenLook text editor for X11 @@ -22,6 +22,7 @@ CONFIGURE_STYLE=imake MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 01b091fc028..f784ef7f86c 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.112 2010/10/11 08:12:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.113 2010/10/18 18:00:16 espie Exp $ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage @@ -46,6 +46,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c curses +USE_GROFF = Yes MULTI_PACKAGES= -main -lang FLAVORS= huge gtk2 athena motif no_x11 perl python ruby diff --git a/editors/xemacs21/stable/Makefile b/editors/xemacs21/stable/Makefile index 4e056df687a..77fe33071f7 100644 --- a/editors/xemacs21/stable/Makefile +++ b/editors/xemacs21/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/08/04 14:44:15 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 18:00:16 espie Exp $ BRANCH= 21.4 VERSION= 19 @@ -28,6 +28,7 @@ CONFIGURE_ARGS+=--infodir='$${DESTDIR}${PREFIX}/info/${DISTNAME}' \ --pdump \ ${GCCARCH} +USE_GROFF = Yes FAKE_FLAGS= prefix='$${WRKINST}$${DESTDIR}${PREFIX}' \ infodir='$${WRKINST}$${DESTDIR}${PREFIX}/info/${DISTNAME}' diff --git a/editors/xwpe/Makefile b/editors/xwpe/Makefile index 17b3e8a6d96..462bdac64d9 100644 --- a/editors/xwpe/Makefile +++ b/editors/xwpe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2009/08/10 06:31:09 kili Exp $ +# $OpenBSD: Makefile,v 1.29 2010/10/18 18:00:16 espie Exp $ COMMENT= powerful programming editor @@ -24,6 +24,7 @@ MAKE_FLAGS= CFLAGS='${CFLAGS} -I${X11BASE}/include' FAKE_FLAGS= prefix=${WRKINST}${PREFIX} MANDIR=${WRKINST}${PREFIX}/man USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 4bb97b988e1..71198fe8339 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2010/07/13 15:39:29 naddy Exp $ +# $OpenBSD: Makefile,v 1.32 2010/10/18 18:00:16 espie Exp $ COMMENT= lightweight Emacs clone DISTNAME= zile-2.3.18 @@ -16,5 +16,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=zile/} WANTLIB= c ncurses CONFIGURE_STYLE= gnu +USE_GROFF = Yes .include diff --git a/education/algotutor/Makefile b/education/algotutor/Makefile index ba41d883dc5..037670cb585 100644 --- a/education/algotutor/Makefile +++ b/education/algotutor/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2008/12/21 11:51:01 kevlo Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:16 espie Exp $ COMMENT= interactive tutorial for algorithms and data structures @@ -20,6 +20,7 @@ EXTRACT_SUFX= .tgz RUN_DEPENDS= :p5-Tk-*:x11/p5-Tk +USE_GROFF = Yes NO_BUILD= Yes P5SITE= libdata/perl5/site_perl diff --git a/education/epte/Makefile b/education/epte/Makefile index 165cd074744..4ca400904a9 100644 --- a/education/epte/Makefile +++ b/education/epte/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/08/23 12:06:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 18:00:16 espie Exp $ COMMENT= electronic periodic table of the elements @@ -20,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes WRKDIST= ${WRKDIR}/epte MAKE_FILE= makefile ALL_TARGET= epte +USE_GROFF = Yes MASTER_SITES= ${HOMEPAGE} diff --git a/education/gtypist/Makefile b/education/gtypist/Makefile index 6b6df4f2024..16d1c341f98 100644 --- a/education/gtypist/Makefile +++ b/education/gtypist/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2010/07/24 17:47:54 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:16 espie Exp $ COMMENT= interactive typing tutor @@ -21,6 +21,7 @@ WANTLIB= c curses MODULES= devel/gettext CONFIGURE_STYLE=gnu +USE_GROFF = Yes CONFIGURE_ENV= EMACS=no post-install: diff --git a/education/verbiste/Makefile b/education/verbiste/Makefile index 5b018579ad6..fa5ce24f53e 100644 --- a/education/verbiste/Makefile +++ b/education/verbiste/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/10/11 08:12:52 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 18:00:16 espie Exp $ COMMENT= French and Italian conjugation system @@ -33,6 +33,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ xcb-render-util xml2 USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \ --with-gtk-app diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 2c88354a6ae..aeb85d2b138 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/10/11 08:13:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:16 espie Exp $ # $RuOBSD: Makefile,v 1.4 2002/04/29 11:07:18 grange Exp $ # $NetBSD: Makefile,v 1.1.1.1 2001/12/29 00:22:02 abs Exp $ @@ -35,6 +35,7 @@ LIB_DEPENDS= esd.>=2::audio/esound \ USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes AUTOCONF_VERSION= 2.59 CONFIGURE_STYLE= autoconf diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index c39e22d4c7a..b0a60e2bc78 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2010/07/08 15:40:11 giovanni Exp $ +# $OpenBSD: Makefile,v 1.48 2010/10/18 18:00:16 espie Exp $ COMMENT= x86 machine simulator @@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c m stdc++ termlib USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --enable-acpi \ --enable-all-optimizations \ diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index e3d443425a6..0f2c9cbbe04 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/09/28 09:09:15 jasper Exp $ +# $OpenBSD: Makefile,v 1.17 2010/10/18 18:00:16 espie Exp $ COMMENT= x86 with DOS emulator targeted at playing games DISTNAME= dosbox-0.74 @@ -23,6 +23,7 @@ LIB_DEPENDS= SDL_net::devel/sdl-net \ png.>=2::graphics/png USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes MODULES+= gcc4 diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 86423d2f042..18962f37f9b 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2009/04/05 12:48:40 fgsch Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 18:00:16 espie Exp $ COMMENT= cisco 3600/7200 platform emulator @@ -23,6 +23,7 @@ WANTLIB= c pcap pthread MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH} USE_GMAKE= Yes +USE_GROFF = Yes NO_REGRESS= Yes .if ${MACHINE_ARCH} == "i386" diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 70337988e73..89d18555b25 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2009/01/07 18:00:20 grange Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 18:00:16 espie Exp $ COMMENT= Free Unix Spectrum Emulator utilities @@ -23,5 +23,6 @@ LIB_DEPENDS= spectrum.>=5::devel/libspectrum CONFIGURE_STYLE= gnu USE_LIBTOOL= Yes +USE_GROFF = Yes .include diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 30800ad2f06..43da89f9e23 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/10/11 08:13:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:16 espie Exp $ COMMENT= Free Unix Spectrum Emulator DISTNAME= fuse-0.10.0.2 @@ -18,6 +18,7 @@ WANTLIB= X11 Xext Xau Xdmcp audiofile gcrypt gpg-error pcre \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} USE_X11= Yes +USE_GROFF = Yes MODULES= devel/gettext LIB_DEPENDS= glib-2.0.>=0.8::devel/glib2 \ diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index af4bb09993c..468d803cf69 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2009/08/10 06:31:09 kili Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 18:00:16 espie Exp $ COMMENT= ARM/M88k/MIPS/PowerPC/SuperH machines emulator @@ -20,6 +20,7 @@ MASTER_SITES= ${HOMEPAGE}/src/ WANTLIB= c m CONFIGURE_STYLE= simple +USE_GROFF = Yes FLAVORS= no_x11 FLAVOR?= diff --git a/emulators/qemu-old/Makefile b/emulators/qemu-old/Makefile index edc88ae68d8..dab0951a4d4 100644 --- a/emulators/qemu-old/Makefile +++ b/emulators/qemu-old/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/08/07 19:33:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 18:00:17 espie Exp $ # no success building on other archs yet ONLY_FOR_ARCHS= amd64 i386 powerpc @@ -27,6 +27,7 @@ MODGCC3_ARCHES= ${GCC4_ARCHS} BUILD_DEPENDS= ::textproc/texi2html USE_GMAKE= Yes +USE_GROFF = Yes WANTLIB= c m ossaudio z CONFIGURE_STYLE= simple CONFIGURE_ARGS+= --prefix=${PREFIX} \ diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 73f5de4eb89..9a7099f2c4c 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2010/08/26 13:44:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.54 2010/10/18 18:00:17 espie Exp $ # no success building on other archs yet ONLY_FOR_ARCHS = i386 amd64 sparc64 @@ -23,6 +23,7 @@ MASTER_SITES = ${MASTER_SITE_SAVANNAH:=qemu/} BUILD_DEPENDS = ::textproc/texi2html USE_GMAKE = Yes +USE_GROFF = Yes CONFIGURE_STYLE = simple CONFIGURE_ARGS = --prefix=${PREFIX} \ diff --git a/emulators/redhat/libc5/Makefile b/emulators/redhat/libc5/Makefile index 73d846ac6a8..09c80bd17aa 100644 --- a/emulators/redhat/libc5/Makefile +++ b/emulators/redhat/libc5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2008/06/18 20:10:48 sturm Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 18:00:17 espie Exp $ COMMENT= Linux libc5 @@ -18,6 +18,7 @@ RUN_DEPENDS= ::emulators/fedora/base NO_BUILD= Yes NO_REGRESS= Yes +USE_GROFF = Yes PREFIX= ${LOCALBASE}/emul/fedora diff --git a/emulators/spectemu/Makefile b/emulators/spectemu/Makefile index 19734f1042e..380611af0da 100644 --- a/emulators/spectemu/Makefile +++ b/emulators/spectemu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2009/08/10 06:31:09 kili Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:17 espie Exp $ COMMENT= ZX Spectrum 48k emulator @@ -18,6 +18,7 @@ WANTLIB= X11 Xext c pthread-stubs readline termcap xcb MASTER_SITES= ${HOMEPAGE} USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 1231aad52b5..55ffa35c046 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2010/04/24 20:18:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.18 2010/10/18 18:00:17 espie Exp $ COMMENT= MIPS R2000/R3000 simulator @@ -28,6 +28,7 @@ XMKMF= xmkmf FAKE_FLAGS= PREFIX="${PREFIX}" USE_X11= Yes +USE_GROFF = Yes do-build: (cd ${WRKSRC}/spim; ./Configure && ${MAKE}) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ef94c3c5b31..898f750b3b6 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2009/12/22 15:11:48 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.40 2010/10/18 18:00:17 espie Exp $ SHARED_ONLY = Yes ONLY_FOR_ARCHS = i386 amd64 @@ -44,6 +44,7 @@ RUN_DEPENDS = ::devel/desktop-file-utils USE_X11 = Yes USE_GMAKE = Yes USE_LIBTOOL = Yes +USE_GROFF = Yes CONFIGURE_STYLE = gnu autoconf CPPFLAGS = -I${LOCALBASE}/include \ diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index a5366a5e276..915dc06e7c1 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2009/08/10 06:31:09 kili Exp $ +# $OpenBSD: Makefile,v 1.17 2010/10/18 18:00:17 espie Exp $ COMMENT= emulator for US Robotics Pilot PDA @@ -16,6 +16,7 @@ WANTLIB= ICE SM X11 Xext Xpm Xt c pthread-stubs xcb MASTER_SITES= http://xcopilot.cuspy.com/build/ USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu .include diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index b8da98ef12a..8a5b02d85a3 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/07/18 18:49:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 18:00:17 espie Exp $ ONLY_FOR_ARCHS= i386 @@ -28,6 +28,7 @@ LIB_DEPENDS= SDL:sdl-*-!no_x11:devel/sdl \ png.>=2::graphics/png USE_X11= Yes +USE_GROFF = Yes AUTOCONF_VERSION= 2.59 CONFIGURE_STYLE= autoconf diff --git a/games/afternoonstalker/Makefile b/games/afternoonstalker/Makefile index 8c82294b67d..2804f12dbf0 100644 --- a/games/afternoonstalker/Makefile +++ b/games/afternoonstalker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/04/06 21:23:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2010/10/18 18:00:17 espie Exp $ COMMENT= Night Stalker clone for X @@ -23,6 +23,7 @@ LIB_DEPENDS= flatzebra-0.1.>=1.0:flatzebra->=0.1.4:devel/flatzebra RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu diff --git a/games/agm/Makefile b/games/agm/Makefile index 36e163c51a3..ef83e661334 100644 --- a/games/agm/Makefile +++ b/games/agm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2007/12/10 07:00:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:17 espie Exp $ COMMENT= anagram search utility @@ -14,6 +14,7 @@ WANTLIB= c MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/amusements/} +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/games/alephone/alephone/Makefile b/games/alephone/alephone/Makefile index 9f8dc080f78..70e8539eea3 100644 --- a/games/alephone/alephone/Makefile +++ b/games/alephone/alephone/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/07/06 15:32:44 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:17 espie Exp $ DIST_SUBDIR ?= alephone COMMENT = open source game engine based on Marathon 2: Durandal @@ -37,6 +37,7 @@ LIB_DEPENDS = ::devel/boost \ USE_X11 = Yes USE_BZIP2 = Yes +USE_GROFF = Yes CONFIGURE_STYLE = gnu AUTOCONF_VER = 2.61 AUTOMAKE_VER = 1.9 diff --git a/games/allegro/Makefile b/games/allegro/Makefile index 547bf59e966..91b2e2c1b4d 100644 --- a/games/allegro/Makefile +++ b/games/allegro/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/05/25 00:46:39 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 18:00:17 espie Exp $ COMMENT = game programming library for C/C++ developers @@ -20,6 +20,7 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes USE_GMAKE = Yes +USE_GROFF = Yes MAKE_FILE = makefile ALL_TARGET = default diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile index ed1e84057c8..121d435de43 100644 --- a/games/amoebax/Makefile +++ b/games/amoebax/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/12/22 16:27:59 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 18:00:17 espie Exp $ COMMENT= cute and addictive action-puzzle game @@ -30,6 +30,7 @@ RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils CONFIGURE_STYLE=gnu USE_X11= Yes +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amoebax diff --git a/games/an/Makefile b/games/an/Makefile index 733cab78b20..ef1af7af75c 100644 --- a/games/an/Makefile +++ b/games/an/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2007/12/04 10:04:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 18:00:17 espie Exp $ COMMENT= fast anagram generator @@ -19,6 +19,7 @@ WANTLIB= c WRKDIST= ${WRKDIR}/an-${V} +USE_GROFF = Yes NO_REGRESS= Yes pre-configure: diff --git a/games/angrydd/Makefile b/games/angrydd/Makefile index acb99e9b8af..6b3f611c7a8 100644 --- a/games/angrydd/Makefile +++ b/games/angrydd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/08/30 17:46:56 fgsch Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 18:00:17 espie Exp $ COMMENT= falling blocks puzzle game @@ -24,6 +24,7 @@ RUN_DEPENDS= :pygame->=1.7:devel/pygame \ MODULES= lang/python NO_BUILD= Yes NO_REGRESS= Yes +USE_GROFF = Yes do-install: perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},g' ${WRKSRC}/angrydd.py diff --git a/games/batrachians/Makefile b/games/batrachians/Makefile index 36c2c77c0bf..f17b830b2d0 100644 --- a/games/batrachians/Makefile +++ b/games/batrachians/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/04/04 15:35:59 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 18:00:17 espie Exp $ COMMENT= clone of the classic Frog Bog game @@ -18,6 +18,7 @@ MASTER_SITES= http://sarrazip.com/dev/ WANTLIB= SDL SDL_image SDL_mixer c m pthread stdc++ USE_X11= Yes +USE_GROFF = Yes RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= flatzebra-0.1.>=1.0:flatzebra->=0.1.4:devel/flatzebra diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index 1a97cf39881..1e1842092c5 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/04/06 21:23:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 18:00:17 espie Exp $ COMMENT= burgertime clone for X @@ -23,6 +23,7 @@ LIB_DEPENDS= flatzebra-0.1.>=1.0:flatzebra->=0.1.4:devel/flatzebra RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index fc8abdbcb9e..cd9b71463a4 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/07/25 17:14:35 jolan Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:17 espie Exp $ COMMENT= graphical multiplayer 3D tank war game @@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --disable-ccachetest \ CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ ac_cv_lib_bind_gethostent=no + USE_GROFF = Yes pre-build: @perl -pi -e 's|\@LINUX_TRUE\@||g;' \ diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index bb8e6ee00ca..e426f95ff8e 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2009/08/10 06:31:41 kili Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 18:00:17 espie Exp $ COMMENT= X11 Go Toolset @@ -22,6 +22,7 @@ ALL_TARGET= NO_REGRESS= Yes USE_X11= Yes +USE_GROFF = Yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cgoban ${PREFIX}/bin diff --git a/games/childsplay/Makefile b/games/childsplay/Makefile index 3a3c08ec734..1b412cbccaa 100644 --- a/games/childsplay/Makefile +++ b/games/childsplay/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/08/30 17:46:56 fgsch Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 18:00:17 espie Exp $ COMMENT= suite of educational games for young children @@ -26,6 +26,7 @@ RUN_DEPENDS= :pygame->=1.7:devel/pygame PKG_ARCH= * NO_BUILD= Yes NO_REGRESS= Yes +USE_GROFF = Yes do-install: perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g;' \ diff --git a/games/chocolate-doom/Makefile b/games/chocolate-doom/Makefile index c77d6997492..746aa27f7ba 100644 --- a/games/chocolate-doom/Makefile +++ b/games/chocolate-doom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2009/06/05 22:38:04 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 18:00:17 espie Exp $ COMMENT = portable version of iD Software's Doom DISTNAME = chocolate-doom-1.2.1 @@ -24,6 +24,7 @@ LIB_DEPENDS = SDL_mixer.>=3::devel/sdl-mixer \ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=chocolate-doom/} USE_X11 = Yes +USE_GROFF = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS+ = --without-python diff --git a/games/circuit/Makefile b/games/circuit/Makefile index 9fb5fb6522b..bef5f0436ac 100644 --- a/games/circuit/Makefile +++ b/games/circuit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/10/11 08:14:00 jasper Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 18:00:17 espie Exp $ COMMENT= finish-the-cycle logic puzzle CATEGORIES= games @@ -26,6 +26,7 @@ LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 MODULES= devel/gettext USE_X11= Yes +USE_GROFF = Yes do-build: cd ${WRKBUILD} && $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` \ diff --git a/games/clines/Makefile b/games/clines/Makefile index 77a060ad7f7..7eb28d806cc 100644 --- a/games/clines/Makefile +++ b/games/clines/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/09/15 18:01:01 simon Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 18:00:17 espie Exp $ COMMENT= curses-based Lines game @@ -18,6 +18,7 @@ MASTER_SITES= http://manticore.2y.net/cgi-bin/dlwct.sh?f=clines/ EXTRACT_SUFX= .tar.bz2 CONFIGURE_STYLE= gnu +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clines diff --git a/games/cmatrix/Makefile b/games/cmatrix/Makefile index e16050d2249..9b9875ebc63 100644 --- a/games/cmatrix/Makefile +++ b/games/cmatrix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 18:01:01 simon Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 18:00:17 espie Exp $ COMMENT= scrolling 'Matrix'-like screen DISTNAME= cmatrix-1.2a @@ -17,6 +17,7 @@ MASTER_SITES= ${HOMEPAGE}/dist/ CONFIGURE_STYLE= gnu USE_X11= Yes +USE_GROFF = Yes FONTDIR= ${PREFIX}/lib/X11/fonts/misc diff --git a/games/connect4/Makefile b/games/connect4/Makefile index 6f950b12a09..8fc68f3b4ea 100644 --- a/games/connect4/Makefile +++ b/games/connect4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2010/08/07 20:06:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2010/10/18 18:00:17 espie Exp $ COMMENT= curses version of the classic game @@ -25,6 +25,7 @@ ALL_TARGET= c4 WRKDIST= ${WRKDIR} +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/games/corewars/Makefile b/games/corewars/Makefile index 8c21e9ced1e..3e104ab27e2 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 18:00:17 espie Exp $ COMMENT= computer simulation game @@ -30,6 +30,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corewars/} AUTOCONF_VERSION= 2.59 CONFIGURE_STYLE=autoconf USE_X11= Yes +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/corewars diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 97d23fbf01f..c19d307292d 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/04/06 21:23:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 18:00:17 espie Exp $ COMMENT= astrosmash clone for X @@ -23,6 +23,7 @@ LIB_DEPENDS= flatzebra-0.1.>=1.0:flatzebra->=0.1.4:devel/flatzebra RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index f324ceb8690..15dee07e29e 100644 --- a/games/cowsay/Makefile +++ b/games/cowsay/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/09/15 18:01:01 simon Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 18:00:17 espie Exp $ COMMENT= speaking ascii cow DISTNAME= cowsay-3.03 @@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.nog.net/~tony/warez/ NO_REGRESS= Yes NO_BUILD= Yes +USE_GROFF = Yes PKG_ARCH= * do-configure: diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile index f12d6d379e7..39b0eba2e5a 100644 --- a/games/crack-attack/Makefile +++ b/games/crack-attack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 18:00:17 espie Exp $ COMMENT= OpenGL game based on SNES classic Tetris Attack @@ -31,6 +31,7 @@ LIB_DEPENDS= ::x11/gtk+2 \ ::graphics/freeglut USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ diff --git a/games/crimson/Makefile b/games/crimson/Makefile index a5a373b256d..25496595ea5 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2009/12/22 16:28:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 18:00:17 espie Exp $ COMMENT= tactical war game like Battle Isle; multiplayer DISTNAME= crimson-0.5.1 @@ -18,6 +18,7 @@ WANTLIB= SDL X11 Xext c m pthread pthread-stubs stdc++ usbhid \ USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= SDL_mixer::devel/sdl-mixer \ diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 4701041f8aa..60d3c7424cc 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.26 2010/10/18 18:00:17 espie Exp $ COMMENT= graphical networked AD&D style game @@ -35,6 +35,7 @@ LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 \ curl.>=8::net/curl USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile index 5127ea3cd00..ba0e94a5582 100644 --- a/games/defendguin/Makefile +++ b/games/defendguin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/01/09 09:01:41 benoit Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:17 espie Exp $ COMMENT = clone of arcade game 'Defender' with a Linux theme @@ -23,6 +23,7 @@ LIB_DEPENDS = SDL_mixer::devel/sdl-mixer USE_X11 = Yes USE_GMAKE = Yes +USE_GROFF = Yes NO_REGRESS = Yes diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 3835b70ab74..2133e719d27 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.47 2010/10/18 18:00:17 espie Exp $ COMMENT= game where you deal drugs on the streets of NY @@ -21,6 +21,7 @@ MODULES+= devel/gettext LIB_DEPENDS+= gio-2.0,glib-2.0::devel/glib2 USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --enable-nls \ --enable-strict \ diff --git a/games/dungeon-crawl/Makefile b/games/dungeon-crawl/Makefile index 43f1d9762ff..b86f78dc864 100644 --- a/games/dungeon-crawl/Makefile +++ b/games/dungeon-crawl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 18:01:01 simon Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 18:00:17 espie Exp $ COMMENT= dungeon crawl CATEGORIES= games @@ -18,6 +18,7 @@ EXTRACT_CASES+= *.tbz2) ${BZIP2} -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;; WRKSRC= ${WRKDIST}/source MAKE_FILE=${WRKSRC}/makefile.bsd MAKE_FLAGS=EXTRA_FLAGS='${CXXFLAGS} -DSAVE_DIR_PATH=\"${TRUEPREFIX}/lib/dungeon-crawl-$V/\"' CXX='${CXX}' LDFLAGS= +USE_GROFF = Yes ALL_TARGET=debug diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 647593528b9..1947f0a3bed 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.40 2010/10/18 18:00:17 espie Exp $ COMMENT= gtk+2 chess board interface @@ -29,6 +29,7 @@ LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 MODULES= devel/gettext USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=simple CONFIGURE_ARGS= --prefix="${PREFIX}" --compiler="${CXX}" \ --extra-flags="${CXXFLAGS}" diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 21c333d0791..c051be0f0c9 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2009/12/22 16:28:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 18:00:17 espie Exp $ COMMENT= Oxyd/Rock'n'Roll clone @@ -35,6 +35,7 @@ LIB_DEPENDS= SDL_image.>=1::devel/sdl-image \ USE_GMAKE= Yes USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --enable-cxxlua=no diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile index 1fde948a1bf..f21fc6d5f05 100644 --- a/games/falconseye/Makefile +++ b/games/falconseye/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 18:00:17 espie Exp $ COMMENT= NetHack derivative @@ -34,6 +34,7 @@ WRKDIST= ${WRKDIR} NETHACKCONFIG= ${FILESDIR}/x-config USE_X11= Yes +USE_GROFF = Yes MAKE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include -L${X11BASE}/lib -L${LOCALBASE}/lib" NO_REGRESS= Yes diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 4eebb0198f3..1a967128ddc 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.80 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.81 2010/10/18 18:00:17 espie Exp $ COMMENT-main= Civilization clone for X11; multiplayer; game server COMMENT-client= Freeciv client @@ -28,6 +28,7 @@ EXTRACT_SUFX= .tar.bz2 PSEUDO_FLAVORS= no_x11 FLAVOR?= +USE_GROFF = Yes MULTI_PACKAGES= -main -share MODULES= devel/gettext diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile index ee5866cd5ce..c6b265868e7 100644 --- a/games/freedroid/Makefile +++ b/games/freedroid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 18:00:18 espie Exp $ COMMENT= clone of the commodore 64 game paradroids DISTNAME= freedroid-1.0.2 @@ -17,6 +17,7 @@ PERMIT_PACKAGE_FTP= Yes WANTLIB= SDL X11 Xext c jpeg m png pthread pthread-stubs usbhid vorbis \ xcb z +USE_GROFF = Yes USE_X11= Yes CONFIGURE_STYLE=gnu diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 7a4ce21c9c7..399a0f57267 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2008/10/24 12:17:23 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/18 18:00:18 espie Exp $ # $NetBSD: Makefile,v 1.2 2000/01/15 18:46:28 jlam Exp $ # Original from: Stefan Jokisch @@ -26,6 +26,7 @@ ALL_TARGET= frotz CFLAGS+= -DUSE_UNISTD_H -DCOLOR_SUPPORT -DEMACS_EDITING +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index cd4b7dfdf86..b1c82e4c383 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/09/24 15:29:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:18 espie Exp $ SHARED_ONLY = Yes @@ -26,6 +26,7 @@ MASTER_SITES = ${HOMEPAGE}/data/ EXTRACT_SUFX = .tar.bz2 USE_GMAKE = Yes +USE_GROFF = Yes # No regress tests here NO_REGRESS = Yes diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 279e77b3b33..e37406fc92c 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/26 09:45:37 kevlo Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 18:00:18 espie Exp $ COMMENT= brain teaser game @@ -31,6 +31,7 @@ RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \ USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index b9ec92fb39f..b37004d2acf 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.32 2010/10/18 18:00:18 espie Exp $ SHARED_ONLY= Yes @@ -55,6 +55,7 @@ RUN_DEPENDS= ::games/gnuchess \ USE_X11= Yes USE_LIBTOOL= Yes USE_GMAKE= Yes +USE_GROFF = Yes LIBTOOL_FLAGS= --tag=disable-static diff --git a/games/ggz/ggz-client-libs/Makefile b/games/ggz/ggz-client-libs/Makefile index 96f88373486..4e0ded05bef 100644 --- a/games/ggz/ggz-client-libs/Makefile +++ b/games/ggz/ggz-client-libs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/11/17 18:33:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 18:00:18 espie Exp $ COMMENT= GGZ Gaming Zone - core client libraries @@ -10,6 +10,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MODULES= devel/gettext +USE_GROFF = Yes WANTLIB= c crypto expat gcrypt gpg-error pthread ssl diff --git a/games/ggz/ggz-gnome-client/Makefile b/games/ggz/ggz-gnome-client/Makefile index fd13d7fc949..912b05489dd 100644 --- a/games/ggz/ggz-gnome-client/Makefile +++ b/games/ggz/ggz-gnome-client/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 18:00:18 espie Exp $ COMMENT= GGZ Gaming Zone - GNOME client @@ -15,6 +15,7 @@ WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 WANTLIB += pangoft2-1.0 pixman-1 popt pthread pthread-stubs xcb xml2 z MODULES= devel/gettext +USE_GROFF = Yes LIB_DEPENDS= ggzcore,ggzmod::games/ggz/ggz-client-libs \ png::graphics/png \ diff --git a/games/ggz/libggz/Makefile b/games/ggz/libggz/Makefile index 0fd30d03a94..4eb10702889 100644 --- a/games/ggz/libggz/Makefile +++ b/games/ggz/libggz/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/06/11 20:17:50 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:18 espie Exp $ COMMENT= GGZ Gaming Zone - base library @@ -12,6 +12,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MODULES= devel/gettext +USE_GROFF = Yes WANTLIB= crypto gpg-error ssl pthread diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 057fda93ee0..e64e7aeb808 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2010/01/03 23:50:31 fgsch Exp $ +# $OpenBSD: Makefile,v 1.26 2010/10/18 18:00:18 espie Exp $ COMMENT = GNU version of Go @@ -17,6 +17,7 @@ WANTLIB = c m ncurses MASTER_SITES = ${MASTER_SITE_GNU:=gnugo/} CONFIGURE_STYLE = gnu +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/gnugo diff --git a/games/gnushogi/Makefile b/games/gnushogi/Makefile index 77d8dfb5c33..76cb6ebdf68 100644 --- a/games/gnushogi/Makefile +++ b/games/gnushogi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2007/12/16 01:01:29 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 18:00:18 espie Exp $ COMMENT= GNU version of Shogi @@ -19,6 +19,7 @@ CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --without-x \ --without-xshogi +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 2496cd619d4..ab317bcd385 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 18:00:18 espie Exp $ MULTI_PACKAGES= -main -themes @@ -71,6 +71,7 @@ FAKE_FLAGS= gamesdir=${PREFIX}/bin USE_GMAKE= Yes USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index dc1e96d9d83..d854e162346 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.31 2010/10/18 18:00:18 espie Exp $ COMMENT= gtk+ clone of the lines ball logic game @@ -30,6 +30,7 @@ LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 NO_REGRESS= Yes USE_GMAKE= Yes USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --localstatedir=${LOCALBASE}/share/examples CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 35cc9867a7c..42d2b953840 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/05/22 13:11:53 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 18:00:18 espie Exp $ COMMENT= graphically improved game of yore @@ -30,6 +30,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heroes/} USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes MODULES= devel/gettext diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index 51deeda2159..d6029549010 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 18:00:18 espie Exp $ COMMENT= jezzball-style, penguin puzzle game @@ -24,6 +24,7 @@ LIB_DEPENDS= SDL_mixer::devel/sdl-mixer \ USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes NO_REGRESS= Yes MAKE_ENV= prefix="${PREFIX}" \ highscoredir="/var/games/icebreaker" diff --git a/games/komi/Makefile b/games/komi/Makefile index ad735f0837c..e33b00a188e 100644 --- a/games/komi/Makefile +++ b/games/komi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2008/11/05 09:53:45 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 18:00:18 espie Exp $ COMMENT = Komi the Space Frog @@ -22,6 +22,7 @@ WANTLIB = SDL c pthread LIB_DEPENDS = SDL_mixer.>=3::devel/sdl-mixer +USE_GROFF = Yes NO_REGRESS = Yes pre-configure: diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index bc5f600f1c0..94e3dada9c8 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/12/22 16:28:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 18:00:18 espie Exp $ COMMENT= city simulation game @@ -32,6 +32,7 @@ RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils NO_REGRESS= Yes USE_X11= Yes +USE_GROFF = Yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="-liconv -pthread" diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 9a5cbed535d..20d697ad5d9 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 18:00:18 espie Exp $ COMMENT= Rich city simulation game for X @@ -23,6 +23,7 @@ USE_X11= Yes MAKE_FLAGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ALL_TARGET= xlincity +USE_GROFF = Yes NO_REGRESS= Yes post-extract: diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index ebb0ccf0560..45f3218b168 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2010/08/31 08:15:44 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/18 18:00:18 espie Exp $ COMMENT= drive some car across the moon @@ -21,5 +21,6 @@ WANTLIB= c curses m CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --sharedstatedir=/var --with-setgid=games USE_GMAKE= Yes +USE_GROFF = Yes .include diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 84cd5d6ad14..127abd7efc2 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2010/07/06 22:25:53 espie Exp $ +# $OpenBSD: Makefile,v 1.47 2010/10/18 18:00:18 espie Exp $ # $FreeBSD: Makefile,v 1.13 1997/12/25 22:29:17 asami Exp $ COMMENT= dungeon explorin', hackin', game. Piece of cake @@ -28,6 +28,7 @@ FAKE_FLAGS=PREFIX=${PREFIX} GAMEDIR=lib/nethackdir-$V NHDIR= ${TRUEPREFIX}/${GAMEDIR} MAKE_ENV+= NHDIR=${NHDIR} NETHACKCONFIG=${NETHACKCONFIG} +USE_GROFF = Yes FLAVORS=no_x11 qt FLAVOR?= diff --git a/games/netris/Makefile b/games/netris/Makefile index 686a2e63e77..f639b212875 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2007/09/15 18:01:02 simon Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 18:00:18 espie Exp $ COMMENT= network head-to-head version of T*tris @@ -18,6 +18,7 @@ WANTLIB= c ncurses termcap CONFIGURE_STYLE= simple CONFIGURE_SCRIPT= Configure +USE_GROFF = Yes NO_REGRESS= Yes FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}/bin diff --git a/games/openttd/Makefile b/games/openttd/Makefile index c15f41a1156..6dfef9f7ab7 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/09/24 10:33:34 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 18:00:18 espie Exp $ COMMENT= open source clone of the game Transport Tycoon Deluxe @@ -40,6 +40,7 @@ LIB_DEPENDS= ::archivers/lzo2 \ RUN_DEPENDS= ::devel/desktop-file-utils CONFIGURE_STYLE= simple +USE_GROFF = Yes CONFIGURE_ARGS+= --prefix-dir=${PREFIX} \ --binary-dir=bin \ diff --git a/games/pathological/Makefile b/games/pathological/Makefile index 213372296c1..1f5bd124568 100644 --- a/games/pathological/Makefile +++ b/games/pathological/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/08/30 17:46:56 fgsch Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 18:00:18 espie Exp $ COMMENT= enriched clone of the game Logical by Rainbow Arts @@ -21,6 +21,7 @@ MODULES= lang/python RUN_DEPENDS= :pygame-*:devel/pygame BUILD_DEPENDS= :netpbm-*:graphics/netpbm +USE_GROFF = Yes NO_REGRESS= Yes DOCDIR= ${PREFIX}/share/doc/pathological diff --git a/games/pingus/Makefile b/games/pingus/Makefile index f75c19bee69..ff1abdd875c 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 18:00:18 espie Exp $ COMMENT= free Lemmings-like game @@ -27,6 +27,7 @@ LIB_DEPENDS= SDL_mixer.>=3::devel/sdl-mixer \ boost_signals::devel/boost USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes pre-configure: diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 01928561030..5fd4b77d0a6 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/10/18 13:29:56 jasper Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 18:00:18 espie Exp $ COMMENT= Settlers of Catan for GNOME/Gtk @@ -42,6 +42,7 @@ DESKTOP_FILES= Yes MODGNOME_HELP_FILES=Yes CONFIGURE_STYLE=gnu +USE_GROFF = Yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ ac_cv_path_pngtopnm="" diff --git a/games/prboom/Makefile b/games/prboom/Makefile index d476eaf5e97..370233dd503 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2007/12/05 13:15:09 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2010/10/18 18:00:18 espie Exp $ COMMENT= enhanced clone of Id Software's Doom game; multiplayer DISTNAME= prboom-2.4.7 @@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= SDL c m pthread z GL GLU USE_X11=Yes +USE_GROFF = Yes LIB_DEPENDS= SDL_mixer.>=3::devel/sdl-mixer \ SDL_net.>=1::devel/sdl-net \ diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 3d172ca9bce..6076274e4f4 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2010/10/17 19:59:51 jsg Exp $ +# $OpenBSD: Makefile,v 1.38 2010/10/18 18:00:18 espie Exp $ BROKEN-hppa= gcc bug @@ -31,6 +31,7 @@ CONFIGURE_STYLE=simple CONFIGURE_ARGS+=--disable-alsa --disable-debug CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" + USE_GROFF = Yes .if ${MACHINE_ARCH} == "arm" CONFIGURE_ARGS+=--enable-tremor --disable-vorbis diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index cf310df3724..308faa98f41 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2007/12/05 13:46:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2010/10/18 18:00:18 espie Exp $ COMMENT= essentially an Asteroids clone @@ -21,6 +21,7 @@ WANTLIB= SDL c m pthread LIB_DEPENDS= SDL_mixer::devel/sdl-mixer USE_X11= Yes +USE_GROFF = Yes SEPARATE_BUILD= concurrent CONFIGURE_STYLE=gnu diff --git a/games/ski/Makefile b/games/ski/Makefile index f4a37a971f3..d2dee8dd2e7 100644 --- a/games/ski/Makefile +++ b/games/ski/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/08/30 17:46:56 fgsch Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 18:00:18 espie Exp $ COMMENT= skiing simulation game @@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes MODULES= lang/python +USE_GROFF = Yes NO_REGRESS= Yes do-build: diff --git a/games/sl/Makefile b/games/sl/Makefile index 0eac7858abd..e408c564126 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/01/07 23:01:35 kili Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 18:00:18 espie Exp $ COMMENT = Steam Locomotive DISTNAME = sl-3.03 @@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP = Yes WANTLIB = c curses termcap MASTER_SITES = http://openbsd.dead-parrot.de/distfiles/ +USE_GROFF = Yes NO_REGRESS = Yes ALL_TARGET = sl MAKE_FLAGS += CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/games/slash-em/Makefile b/games/slash-em/Makefile index cab7d869207..e21da651fc9 100644 --- a/games/slash-em/Makefile +++ b/games/slash-em/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.18 2010/10/18 18:00:18 espie Exp $ COMMENT= dungeon explorin', hackin', game. Hard DISTNAME= se007e7f1 @@ -27,6 +27,7 @@ GAMEDIR=lib/slashemdir-$V NHDIR= ${PREFIX}/${GAMEDIR} MAKE_ENV+= NHDIR=${NHDIR} NETHACKCONFIG=${NETHACKCONFIG} SUBST_VARS=GAMEDIR V +USE_GROFF = Yes # qt flavor is apparently not working yet FLAVORS=no_x11 #qt diff --git a/games/slash/Makefile b/games/slash/Makefile index 46f0e1b89bd..1c39bc345c0 100644 --- a/games/slash/Makefile +++ b/games/slash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.36 2010/10/18 18:00:18 espie Exp $ COMMENT= dungeon explorin', hackin' game, but harder than nethack @@ -32,6 +32,7 @@ GAMEDIR=lib/slashdir NHDIR= ${PREFIX}/${GAMEDIR} MAKE_ENV+= NHDIR=${NHDIR} NETHACKCONFIG=${NETHACKCONFIG} SUBST_VARS=GAMEDIR +USE_GROFF = Yes FLAVORS=no_x11 FLAVOR?= diff --git a/games/spatial/Makefile b/games/spatial/Makefile index c5c497d5646..61d16a8aa8f 100644 --- a/games/spatial/Makefile +++ b/games/spatial/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/08/10 06:31:42 kili Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 18:00:18 espie Exp $ COMMENT= 3d tetris @@ -28,6 +28,7 @@ do-install: ${INSTALL_DATA} ${WRKBUILD}/spatial.shp ${PREFIX}/share/spatial/spatial.shp USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes WANTLIB= X11 c m pthread-stubs xcb diff --git a/games/spider/Makefile b/games/spider/Makefile index ea72bae5178..07c0da10dae 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2010/04/24 20:18:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:18 espie Exp $ COMMENT= challenging double decked solitaire game @@ -19,6 +19,7 @@ CONFIGURE_STYLE=imake INSTALL_TARGET= install install.doc USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile index 5a1b7b5590f..f4b7f836e70 100644 --- a/games/starlanes/Makefile +++ b/games/starlanes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2007/09/15 18:01:03 simon Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:18 espie Exp $ COMMENT= classic space-age stock trading game @@ -14,6 +14,7 @@ PERMIT_DISTFILES_FTP= YES WANTLIB= c curses MAKE_FLAGS= CC="${CC}" +USE_GROFF = Yes ALL_TARGET= NO_REGRESS= Yes diff --git a/games/sudognu/Makefile b/games/sudognu/Makefile index 699de383b09..8e0e36f79ee 100644 --- a/games/sudognu/Makefile +++ b/games/sudognu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/09/26 08:25:57 steven Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:18 espie Exp $ COMMENT= sudoku solver and creator @@ -19,6 +19,7 @@ WANTLIB= c m z pthread MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sudognu/} USE_GMAKE= Yes +USE_GROFF = Yes NO_REGRESS= Yes do-install: diff --git a/games/sudoku-solver/Makefile b/games/sudoku-solver/Makefile index efe11a9263e..1f24b8e7b52 100644 --- a/games/sudoku-solver/Makefile +++ b/games/sudoku-solver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/07/10 14:39:04 naddy Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:18 espie Exp $ COMMENT= sudoku puzzle solver with cli, gui, and web ui @@ -20,6 +20,7 @@ MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz USE_X11= Yes +USE_GROFF = Yes USE_MOTIF= OpenMotif MODULES= devel/gettext diff --git a/games/sudoku/Makefile b/games/sudoku/Makefile index 7f280b0f95a..8cb92688c81 100644 --- a/games/sudoku/Makefile +++ b/games/sudoku/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/09/12 16:49:09 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:18 espie Exp $ COMMENT= console based sudoku @@ -19,6 +19,7 @@ MASTER_SITES= http://distfiles.nl/ \ http://www.laurasia.com.au/downloads/ EXTRACT_SUFX= .tgz +USE_GROFF = Yes NO_REGRESS= Yes do-configure: diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 139fbd7e098..4c3f712d29c 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/10/04 10:04:46 armani Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 18:00:19 espie Exp $ COMMENT-main= free open source 2D MMORPG COMMENT-music= music addon for TMW @@ -40,6 +40,7 @@ MODULES= devel/gettext USE_X11= Yes USE_GMAKE= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS= ::devel/sdl-image \ diff --git a/games/toppler/Makefile b/games/toppler/Makefile index f15241ee178..8a1e2f56075 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2009/12/22 16:28:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2010/10/18 18:00:19 espie Exp $ COMMENT= Nebulous rewrite of Tower Toppler @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --localstatedir=/var/games USE_X11= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/toppler diff --git a/games/tornado/Makefile b/games/tornado/Makefile index 316fc78e723..1a9040c7415 100644 --- a/games/tornado/Makefile +++ b/games/tornado/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/09/15 18:01:03 simon Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 18:00:19 espie Exp $ COMMENT= Ouranos (Weather War) clone; multiplayer DISTNAME= tornado-1.3 @@ -16,6 +16,7 @@ WANTLIB= c ncurses NO_REGRESS= Yes USE_GMAKE= Yes +USE_GROFF = Yes MODULES= devel/gettext diff --git a/games/tuxpaint-config/Makefile b/games/tuxpaint-config/Makefile index fc2bccbea6f..57194e670a4 100644 --- a/games/tuxpaint-config/Makefile +++ b/games/tuxpaint-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/09/22 12:51:28 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:19 espie Exp $ COMMENT= graphical tool to change Tux Paint's settings @@ -28,6 +28,7 @@ RUN_DEPENDS= ::games/tuxpaint USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes MAKE_ENV+= SYSCONFDIR=${SYSCONFDIR} CXX=${CXX} diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index b608893933d..396f4fff7b7 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 18:00:19 espie Exp $ COMMENT= drawing program for children @@ -37,6 +37,7 @@ RUN_DEPENDS= ::graphics/netpbm \ USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes MAKE_ENV+= SYSCONFDIR=${SYSCONFDIR} OPTFLAGS="${CFLAGS}" CFLAGS+= -DHAVE_STRCASESTR diff --git a/games/wanderer/Makefile b/games/wanderer/Makefile index d24c34f26e7..24992e2ee72 100644 --- a/games/wanderer/Makefile +++ b/games/wanderer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/09/15 18:01:03 simon Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:19 espie Exp $ COMMENT= Rogue like adventure game @@ -20,6 +20,7 @@ WANTLIB= c curses MASTER_SITES= http://www.e271.net/~marina/ +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index b0d731690df..bd7db22abb3 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2010/10/12 21:26:18 jasper Exp $ +# $OpenBSD: Makefile,v 1.34 2010/10/18 18:00:19 espie Exp $ COMMENT= fantasy turn-based strategy game @@ -66,6 +66,7 @@ MAKE_FLAGS= LIBINTL="-L${LOCALBASE}/lib -lintl -liconv" USE_X11= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes FLAVORS= lite tinygui FLAVOR?= diff --git a/games/wormux/Makefile b/games/wormux/Makefile index aacf589459c..7202119fa66 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/03/21 12:19:00 landry Exp $ +# $OpenBSD: Makefile,v 1.17 2010/10/18 18:00:19 espie Exp $ COMMENT= free software clone of Worms(R) game concept @@ -32,6 +32,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib" \ MKDIR_P='mkdir -p' CONFIGURE_ARGS+= --enable-servers +USE_GROFF = Yes post-extract: rm -Rf ${WRKSRC}/data/locale diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 0c96f3ba036..bda497ed351 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/12/05 14:28:50 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2010/10/18 18:00:19 espie Exp $ COMMENT= translate common internet acronyms @@ -13,6 +13,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.mu.org/~mux/wtf/ +USE_GROFF = Yes NO_BUILD= Yes NO_REGRESS= Yes diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index f1c1a501e96..feb3608f329 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.28 2010/10/18 18:00:19 espie Exp $ COMMENT= X11-based asteroids-style arcade @@ -22,6 +22,7 @@ WRKDIST= ${WRKDIR} NO_REGRESS= Yes USE_X11= Yes +USE_GROFF = Yes post-extract: @cp ${FILESDIR}/Imakefile ${WRKSRC} diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index 00341a35174..7707017166a 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 18:00:19 espie Exp $ COMMENT= concurrent multi-player battle strategy game @@ -18,6 +18,7 @@ WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs xcb CONFIGURE_STYLE=imake USE_X11= Yes NO_REGRESS= Yes +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xbattle diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 99fdd59cae7..8707f1e2581 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.23 2010/10/18 18:00:19 espie Exp $ COMMENT= save your computers from the evil clutches of Bill @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-x \ --disable-gtk USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/xbl/Makefile b/games/xbl/Makefile index c2c3e97b266..0362a351b2d 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.24 2010/10/18 18:00:19 espie Exp $ COMMENT= 3D block-dropping game @@ -18,6 +18,7 @@ WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs xcb MASTER_SITES= http://www710.univ-lyon1.fr/ftp/xbl/ USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu # also uses imake MAKE_ENV= OPTCFLAGS='${CFLAGS}' diff --git a/games/xboard/Makefile b/games/xboard/Makefile index b937703b5e6..4e9665d3adf 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 18:00:19 espie Exp $ COMMENT= X11 frontend for GNU Chess and the Internet Chess Server @@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m pthread-stubs xcb USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu ALL_TARGET= default diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 70652599a4f..cbbbba62a3b 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2010/08/23 16:26:21 jasper Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 18:00:19 espie Exp $ COMMENT= blockout style game for X11 @@ -25,6 +25,7 @@ CONFIGURE_STYLE=imake WRKDIST= ${WRKDIR}/xboing USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile index 9efc0eba18d..5d01584426c 100644 --- a/games/xbreaky/Makefile +++ b/games/xbreaky/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/01/07 09:38:20 jakemsr Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 18:00:19 espie Exp $ COMMENT= breakout game for the X Window System @@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xpm c m pthread-stubs sndio stdc++ xcb USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index 61cfcef824b..302fbef9f1e 100755 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:19 espie Exp $ COMMENT= x bust a move clone @@ -25,6 +25,7 @@ LIB_DEPENDS= png.>=2::graphics/png USE_X11= Yes USE_GMAKE= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \ diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index f1f76d93708..9608ace551f 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/18 18:00:19 espie Exp $ COMMENT = displays a cute cow and message on your desktop DISTNAME = xcowsay-1.1 @@ -15,6 +15,7 @@ PERMIT_DISTFILES_FTP = Yes MASTER_SITES = http://www.nickg.me.uk/files/ CONFIGURE_STYLE = gnu +USE_GROFF = Yes MODULES = devel/gettext LIB_DEPENDS = gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile index aa26b2c705d..eaafc689f1b 100644 --- a/games/xcubes/Makefile +++ b/games/xcubes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2010/05/28 14:03:15 naddy Exp $ +# $OpenBSD: Makefile,v 1.23 2010/10/18 18:00:19 espie Exp $ # COMMENT= cube puzzle for X11 @@ -20,6 +20,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/xpuzzles/} WRKDIST= ${WRKDIR}/xcubes CONFIGURE_STYLE=imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/xdino/Makefile b/games/xdino/Makefile index 69c11ff63df..4833bc8f75e 100644 --- a/games/xdino/Makefile +++ b/games/xdino/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:19 espie Exp $ # COMMENT= dino puzzle game for X11 @@ -21,6 +21,7 @@ WRKDIST= ${WRKDIR}/xdino CONFIGURE_STYLE= imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile index a10289b11ad..e8d4cd0171c 100644 --- a/games/xgolgo/Makefile +++ b/games/xgolgo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:19 espie Exp $ # COMMENT= watch what you are doing -- are you hostile @@ -22,6 +22,7 @@ CONFIGURE_STYLE=imake noman WRKDIST= ${WRKDIR}/xeyes USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index afb9458478e..851a2eeb9c4 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 18:00:19 espie Exp $ NOT_FOR_ARCHS= ${LP64_ARCHS} @@ -27,6 +27,7 @@ EXTRACT_CASES= *.Z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | ${_PERL_FIX_SHAR} CONFIGURE_STYLE= imake USE_X11= Yes +USE_GROFF = Yes WRKDIST= ${WRKDIR} pre-patch: diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 9973ecdbaa0..989703cee73 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 18:00:19 espie Exp $ COMMENT= dropping jewels game for X11 @@ -25,6 +25,7 @@ MAKE_FLAGS= HSCORE_FILE=/var/games/xjewel.scores \ CONFIGURE_STYLE=imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes pre-install: diff --git a/games/xjig/Makefile b/games/xjig/Makefile index a6366d4d4d9..ac19852c0c7 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.24 2010/10/18 18:00:19 espie Exp $ COMMENT= jigsaw puzzle game for X11 @@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs stdc++ xcb USE_X11= Yes +USE_GROFF = Yes MAKE_FILE= Makefile.Linux diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index cec5d8e8b8f..ea2548407af 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.23 2010/10/18 18:00:19 espie Exp $ COMMENT= multi-way scrolling shoot'em up for X11, addictive @@ -30,6 +30,7 @@ CONFIGURE_STYLE= imake ALL_TARGET= xkobo USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/xlife/Makefile b/games/xlife/Makefile index e8babf76b8e..5e7c30faedb 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.26 2010/10/18 18:00:19 espie Exp $ COMMENT= John Horton Conway's Game of Life @@ -25,6 +25,7 @@ FAKE_FLAGS=XLIFEPATSDIR=${TRUEPREFIX}/share/xlife NO_REGRESS= Yes USE_X11= Yes +USE_GROFF = Yes post-build: cd ${WRKDIST}/lifesrc-3.5 && ${MAKE} CFLAGS="${CFLAGS}" diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 2e744f05872..6d9fdee08f7 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.23 2010/10/18 18:00:19 espie Exp $ COMMENT= colorful solitaire Mah Jongg game for X11 @@ -19,6 +19,7 @@ WANTLIB= ICE SM X11 c m pthread-stubs stdc++ xcb MASTER_SITES= ${HOMEPAGE} USE_X11= Yes +USE_GROFF = Yes CONFIGURE_STYLE=gnu diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 8255a3014f1..38bd754cab5 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2010/04/24 20:18:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 18:00:19 espie Exp $ COMMENT= Athena port of xminesweeper @@ -20,6 +20,7 @@ LIB_DEPENDS= Xaw3d.::x11/Xaw3d CONFIGURE_STYLE=imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index 1c884a80275..b9f4b3ee7f1 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2010/04/24 20:18:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:19 espie Exp $ COMMENT= Windows minesweeper @@ -18,6 +18,7 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb CONFIGURE_STYLE=imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index ee3f9e18ec0..0d4b480f037 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2009/09/27 17:20:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/18 18:00:19 espie Exp $ COMMENT = challenging 2D motocross platform game @@ -35,6 +35,7 @@ LIB_DEPENDS = SDL_mixer::devel/sdl-mixer \ USE_X11 = Yes USE_GMAKE = Yes +USE_GROFF = Yes CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ diff --git a/games/xmris/Makefile b/games/xmris/Makefile index fb5a8d2c8bc..49a236f45f1 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.25 2010/10/18 18:00:19 espie Exp $ COMMENT= Mr Do video arcade game for X11 @@ -30,5 +30,6 @@ ALL_TARGET= xmris xmred xmris.0 xmred.0 NO_REGRESS= Yes USE_X11= Yes +USE_GROFF = Yes .include diff --git a/games/xneko/Makefile b/games/xneko/Makefile index f4f7b4b45f0..29d6b5a4017 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:19 espie Exp $ COMMENT= classic BSD4.4 cat-and-mouse @@ -19,6 +19,7 @@ FAKE_FLAGS= MANDIR="${PREFIX}/man/cat" BINDIR="${PREFIX}/bin" \ BINOWN=${BINOWN} BINMODE=${BINMODE} USE_X11= Yes +USE_GROFF = Yes post-extract: @rm -f ${WRKSRC}/obj diff --git a/games/xonix/Makefile b/games/xonix/Makefile index 31ecfd6f97e..f9089ab3c0f 100644 --- a/games/xonix/Makefile +++ b/games/xonix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2010/04/24 20:18:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 18:00:19 espie Exp $ COMMENT= win land without colliding with 'flyers' and 'eaters' @@ -19,6 +19,7 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m CONFIGURE_STYLE=imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes post-install: diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index f4997fef39f..5bccfd8f069 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2010/04/24 20:18:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.27 2010/10/18 18:00:19 espie Exp $ COMMENT= X11 solitaire with 14 variations @@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb USE_X11= Yes +USE_GROFF = Yes WRKSRC= ${WRKDIST}/src CONFIGURE_STYLE=imake diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 32268c46c38..c8dcb564f71 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:19 espie Exp $ COMMENT= multiplayer 2d space battles game @@ -22,6 +22,7 @@ MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ \ ${MASTER_SITE_XCONTRIB:=games/multiplayer/} USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes CONFIGURE_STYLE= imake diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 0ba0c1aecff..d071dfd05b8 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:19 espie Exp $ COMMENT= cockroaches hide under your windows @@ -23,6 +23,7 @@ FAKE_FLAGS= MANDIR="${PREFIX}/man/cat" BINDIR="${PREFIX}/bin" \ BINOWN="root" BINMODE="755" USE_X11= Yes +USE_GROFF = Yes post-extract: @rm -f ${WRKSRC}/obj diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index 3cf0bc8300d..59e7559dc89 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2010/01/03 21:51:29 jakemsr Exp $ +# $OpenBSD: Makefile,v 1.14 2010/10/18 18:00:19 espie Exp $ DISTNAME= xscavenger-1.4.4 PKGNAME= ${DISTNAME}p2 @@ -18,6 +18,7 @@ HOMEPAGE= http://www.xdr.com/dash/scavenger.html MASTER_SITES= http://www.xdr.com/dash/ USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes CONFIGURE_STYLE= imake diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index ee8dcf99ea9..8b9132e714b 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/10/11 08:14:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:20 espie Exp $ COMMENT= Scorched Earth-clone @@ -29,6 +29,7 @@ LIB_DEPENDS= mikmod::audio/libmikmod \ USE_X11= Yes USE_LIBTOOL= Yes +USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-x \ diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 66d3e86c6f6..2c94956d58b 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:20 espie Exp $ COMMENT= skat card game @@ -17,6 +17,7 @@ MASTER_SITES= http://www.xskat.de/ CONFIGURE_STYLE=imake USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes .include diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile index d28b966b397..f479bc6cbea 100644 --- a/games/xsoldier/Makefile +++ b/games/xsoldier/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2009/12/19 16:03:51 benoit Exp $ +# $OpenBSD: Makefile,v 1.26 2010/10/18 18:00:20 espie Exp $ COMMENT = space-based shoot'em up game for X11 @@ -25,6 +25,7 @@ CONFIGURE_ARGS = --localstatedir=/var MAKE_FLAGS = CC_OPTIMIZE="${CFLAGS}" USE_X11 = Yes +USE_GROFF = Yes NO_REGRESS = Yes diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index 3f1eeff1b9b..b198e06a60d 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2010/03/25 22:32:43 jasper Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 18:00:20 espie Exp $ COMMENT= cuddlesome teddy for the X11 desktop @@ -23,6 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" USE_X11= Yes +USE_GROFF = Yes NO_REGRESS= Yes pre-configure: diff --git a/games/xzip/Makefile b/games/xzip/Makefile index eba7a1ec0cc..97f30026346 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2009/08/10 06:31:43 kili Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/18 18:00:20 espie Exp $ # $NetBSD: Makefile,v 1.4 1999/01/30 23:18:49 agc Exp $ # Original from: Andrew Plotkin, Mark Howell @@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= No WANTLIB= X11 c pthread-stubs xcb USE_X11= Yes +USE_GROFF = Yes MASTER_SITES= http://www.eblong.com/zarf/ftp/ EXTRACT_SUFX= .tar.Z diff --git a/games/ztrack/Makefile b/games/ztrack/Makefile index bdddd35a5ee..64968d160cc 100644 --- a/games/ztrack/Makefile +++ b/games/ztrack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/08/31 08:03:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/18 18:00:20 espie Exp $ COMMENT= ncurses based pseudo-3D driving game @@ -18,6 +18,7 @@ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -DHAVE_RANDOM" WRKDIST= ${WRKDIR}/ztrack +USE_GROFF = Yes NO_REGRESS= Yes do-install: