USE_GROFF=Yes

This commit is contained in:
espie 2010-10-18 21:25:07 +00:00
parent 3cb03e4598
commit 4cc3f43b65
100 changed files with 200 additions and 100 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/07/31 08:53:22 kevlo Exp $
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:07 espie Exp $
COMMENT = tool to play previews of audio and video files
@ -31,6 +31,7 @@ RUN_DEPENDS = ::multimedia/gstreamer-0.10/plugins-bad \
BUILD_DEPENDS = ${RUN_DEPENDS}
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.1.1.1 2010/09/01 10:26:04 kevlo Exp $
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:07 espie Exp $
COMMENT= utility for audio-video information extraction
@ -24,6 +24,7 @@ MASTER_SITES= http://shounen.ru/soft/avinfo/
BUILD_DEPENDS= ::devel/bison
USE_GMAKE= Yes
USE_GROFF = Yes
WRKDIST= ${WRKDIR}/${DISTNAME:S/unix//}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2008/11/20 18:18:35 okan Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:25:07 espie Exp $
COMMENT= creates DVD file structures
DISTNAME= dvdauthor-0.6.14
@ -23,6 +23,7 @@ WANTLIB= c freetype iconv m png z
USE_X11= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2007/09/16 03:24:28 merdely Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:07 espie Exp $
COMMENT= copy selected info from dvd
DISTNAME= ogmrip-0.10.0
@ -23,6 +23,7 @@ do-configure:
LIB_DEPENDS= dvdread::devel/libdvdread
WANTLIB= c
USE_GROFF = Yes
NO_REGRESS= Yes
do-build:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/10/11 08:15:54 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2010/10/18 21:25:07 espie Exp $
COMMENT= DVD authoring application
@ -58,6 +58,7 @@ RUN_DEPENDS= ::devel/desktop-file-utils \
# FIXME: locale/Makefile uses gmake constructs
USE_GMAKE= Yes
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.11 2010/08/25 23:27:21 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:25:07 espie Exp $
COMMENT= reencode many media file formats to Ogg Theora
@ -31,6 +31,7 @@ LIB_DEPENDS= avcodec.>=13.1,avdevice.>=3.0,avformat.>=12,avutil.>=6,postproc.>=1
MODULES= devel/scons
MODSCONS_FLAGS= libkate=0
USE_GROFF = Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/${N} ${PREFIX}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2010/10/18 13:52:30 sthen Exp $
# $OpenBSD: Makefile,v 1.50 2010/10/18 21:25:07 espie Exp $
COMMENT = download/stream programmes from BBC iPlayer
@ -30,6 +30,7 @@ RUN_DEPENDS = ::audio/id3lib \
BUILD_DEPENDS = ${RUN_DEPENDS}
USE_GROFF = Yes
NO_REGRESS = Yes
PKG_ARCH = *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/07/26 16:06:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:25:07 espie Exp $
COMMENT = multimedia framework
@ -22,6 +22,7 @@ WANTLIB += gthread-2.0
MASTER_SITES = ${MASTER_SITE_GST:=gstreamer/}
MODULES = devel/gettext
USE_GROFF = Yes
BUILD_DEPENDS = ::devel/flex
LIB_DEPENDS = ::textproc/libxml \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2010/10/11 08:15:54 jasper Exp $
# $OpenBSD: Makefile,v 1.32 2010/10/18 21:25:07 espie Exp $
COMMENT-main = base elements for GStreamer
COMMENT-cdda = cd paranoia element for GStreamer (plugins-base)
@ -70,5 +70,6 @@ CONFIGURE_ARGS += --disable-libvisual \
--disable-gnome_vfs \
--enable-orc
CONFIGURE_ENV += ac_cv_path_PYTHON=""
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/08/23 07:51:22 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:25:07 espie Exp $
COMMENT= Quasar DV codec
@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdv/}
USE_LIBTOOL= Yes
USE_GROFF = Yes
SHARED_LIBS= dv 5.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/15 21:46:28 jakemsr Exp $
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:07 espie Exp $
COMMENT = read and manipulate the MP4 container format
@ -24,6 +24,7 @@ MASTER_SITES = ${HOMEPAGE}/dist/
EXTRACT_SUFX = .tar.bz2
USE_LIBTOOL = Yes
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2010/10/11 08:15:54 jasper Exp $
# $OpenBSD: Makefile,v 1.27 2010/10/18 21:25:07 espie Exp $
# $FreeBSD: ports/multimedia/libquicktime/Makefile,v 1.19 2004/03/16 04:23:53 edwin Exp $
SHARED_ONLY= Yes
@ -45,6 +45,7 @@ LIB_DEPENDS= avcodec.>=14,avutil.>=7,swscale.>=2:ffmpeg->=20100512:graphics/ffm
VMEM_WARNING= Yes
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
LIBTOOL_FLAGS+= --tag=disable-static
MAKE_ENV= DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/06/28 19:22:50 ckuethe Exp $
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:25:07 espie Exp $
COMMENT= print information about the content and structure of a DVD
@ -22,5 +22,6 @@ LIB_DEPENDS= dvdread.>=3::devel/libdvdread
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.1.1.1 2010/09/21 13:28:31 edd Exp $
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:07 espie Exp $
COMMENT = UPnP media server
@ -38,6 +38,7 @@ CONFIGURE_ARGS += --disable-inotify \
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
AUTOCONF_VERSION = 2.63
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mediatomb/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2010/10/11 08:15:54 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2010/10/18 21:25:07 espie Exp $
COMMENT= tools to edit/modify/encode video streams
@ -46,6 +46,7 @@ LIB_DEPENDS= :sdl-*-!no_x11:devel/sdl \
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-x \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2010/07/17 22:52:50 benoit Exp $
# $OpenBSD: Makefile,v 1.23 2010/10/18 21:25:07 espie Exp $
COMMENT = create, alter and inspect Matroska files
@ -49,6 +49,7 @@ CONFIGURE_ENV = CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib \
-lm -lstdc++ -pthread -liconv" \
ac_cv_has_nl_langinfo=no
USE_GROFF = Yes
FLAVORS = no_x11
FLAVOR ?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/17 17:08:17 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:07 espie Exp $
COMMENT= command line MPEG audio/video/system file toolbox
@ -23,6 +23,7 @@ CONFIGURE_STYLE= simple
CONFIGURE_ENV+= CC="${CXX}"
ALL_TARGET=
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2007/09/16 03:24:28 merdely Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:07 espie Exp $
COMMENT= ogg mux/demuxer
DISTNAME= ogmtools-1.5
@ -15,6 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-dvdread-includes=${LOCALBASE} \
--with-dvdread-libs=${LOCALBASE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/07/01 10:10:09 jakemsr Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:07 espie Exp $
COMMENT= record desktop sessions to an Ogg-Theora-Vorbis file
@ -12,6 +12,7 @@ LIB_DEPENDS= vorbis,vorbisfile,vorbisenc::audio/libvorbis \
theora::multimedia/libtheora
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-jack=no

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2008/01/04 17:48:36 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:25:07 espie Exp $
COMMENT= extract subtitles from dvds
DISTNAME= ogmrip-0.10.0
@ -25,6 +25,7 @@ RUN_DEPENDS= ::graphics/gocr \
::x11/mplayer
WANTLIB= c m
USE_GROFF = Yes
NO_REGRESS= Yes
FAKE_FLAGS= BINDIR=${TRUEPREFIX}/bin \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2010/09/30 19:42:14 landry Exp $
# $OpenBSD: Makefile,v 1.34 2010/10/18 21:25:07 espie Exp $
SHARED_ONLY= Yes
@ -58,6 +58,7 @@ SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
LIBTOOL_FLAGS+= --tag=disable-static
CONFIGURE_STYLE= autoconf automake
AUTOCONF_VERSION= 2.61

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/31 10:11:11 laurent Exp $
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:07 espie Exp $
COMMENT = curses media indexer and player for vi users
@ -28,6 +28,7 @@ EXTRACT_SUFX = .tgz
ALL_TARGET = vitunes
USE_GROFF = Yes
NO_REGRESS= Yes
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.67 2010/10/15 14:13:03 dcoppa Exp $
# $OpenBSD: Makefile,v 1.68 2010/10/18 21:25:07 espie Exp $
SHARED_ONLY= Yes
@ -60,6 +60,7 @@ PKG_ARGS+= -Di386=0
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
LIBTOOL_FLAGS+= --tag=disable-static
CONFIGURE_STYLE= autoconf
# Should be 2.65

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/04/18 20:59:39 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2010/10/18 21:25:07 espie Exp $
COMMENT= multimedia player
@ -26,6 +26,7 @@ LIB_DEPENDS= xine.>=14::multimedia/xine-lib \
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= autoconf
# Should be 2.65
AUTOCONF_VERSION= 2.64

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2007/09/15 21:41:50 merdely Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/18 21:25:08 espie Exp $
COMMENT= assemble usenet binaries
@ -20,6 +20,7 @@ NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
WRKDIST= ${WRKDIR}
USE_GROFF = Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/aub ${PREFIX}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2010/07/24 17:43:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.50 2010/10/18 21:25:08 espie Exp $
COMMENT= USENET software package designed for small sites
@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --localstatedir=/var
CONFIGURE_ARGS+= --with-lockfile=/var/spool/news/fetchnews.lck
CONFIGURE_ARGS+= --with-ipv6
CONFIGURE_ARGS+= --with-user=_news
USE_GROFF = Yes
DOCS= README README-FQDN INSTALL FAQ.txt NEWS OLDNEWS

View File

@ -3,7 +3,7 @@
# Date created: 28 April 1998
# Whom: Ejovi Nuwere <ejovi@ejovi.net>
#
# $OpenBSD: Makefile,v 1.21 2010/07/24 17:43:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/18 21:25:08 espie Exp $
#
COMMENT= download news articles from NNTP server
@ -22,6 +22,7 @@ WANTLIB= c
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_MAN="${INSTALL_MAN}"
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/19 17:40:09 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:08 espie Exp $
NOT_FOR_ARCHS = arm hppa hp300
@ -22,6 +22,7 @@ MASTER_SITES = ftp://ftp.nndev.org/pub/nn-6.7/ \
http://distfiles.nl/
EXTRACT_SUFX = .tar.Z
USE_GROFF = Yes
NO_REGRESS = Yes
.if "${MACHINE_ARCH}" == "alpha"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/10/01 22:22:23 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:25:08 espie Exp $
COMMENT= perl module to gateway between news and mail
@ -7,6 +7,7 @@ DISTNAME= Gateway-0.42
REVISION= 3
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
USE_GROFF = Yes
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
:p5-News-Article->=1.07:news/p5-News-Article

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/07/13 20:14:22 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:25:08 espie Exp $
COMMENT= perl module for accessing NNTP articles
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= News-Article-1.27
REVISION= 0
CATEGORIES= news
USE_GROFF = Yes
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2008/01/09 16:06:06 merdely Exp $
# $OpenBSD: Makefile,v 1.13 2010/10/18 21:25:08 espie Exp $
COMMENT= module for managing newsrc files
MODULES= cpan
DISTNAME= News-Newsrc-1.09
CATEGORIES= news
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2007/09/15 21:41:50 merdely Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:25:08 espie Exp $
COMMENT= alpha-release readers for reading SOUP and QWK packets
@ -17,6 +17,7 @@ MASTER_SITES= ftp://linux.psy.unipd.it/pub/pluto/developers/utils/
CONFIGURE_STYLE= gnu dest
DOCFILES= plor.html plor-1.html plor-2.html plor.txt
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/plor

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/07/24 17:43:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2010/10/18 21:25:08 espie Exp $
COMMENT= SLang-based newsreader
@ -20,6 +20,7 @@ WANTLIB= c crypto m ssl termcap slang
MAKE_ARGS+= LDFLAGS="${LDFLAGS}"
USE_GROFF = Yes
NO_REGRESS= Yes
LIB_DEPENDS= ::devel/libslang
MODULES= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2010/07/24 17:43:18 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.35 2010/10/18 21:25:08 espie Exp $
COMMENT= threaded NNTP- and spool-based UseNet newsreader
@ -55,6 +55,7 @@ LIB_DEPENDS+= ::devel/pcre \
ALL_TARGET= build
USE_GROFF = Yes
NO_REGRESS= Yes
FILES= tin.defaults mime.types

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/07/24 17:43:18 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2010/10/18 21:25:08 espie Exp $
COMMENT= threaded newsreader
@ -24,6 +24,7 @@ CONFIGURE_STYLE=simple
CONFIGURE_SCRIPT=Configure
CONFIGURE_ARGS=-dse -Doptimize="${CFLAGS}" -Dlocal=${PREFIX}
SEPARATE_BUILD=concurrent
USE_GROFF = Yes
pre-configure:
cp ${FILESDIR}/openbsd-hints ${WRKSRC}/hints/openbsd.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/24 17:43:18 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:25:08 espie Exp $
COMMENT= encoder/decoder tool for the Usenet yEnc encoding format
@ -22,6 +22,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/07/24 17:38:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:08 espie Exp $
COMMENT= tool for synchronizing PalmOS devices
@ -20,6 +20,7 @@ WANTLIB= c stdc++ m
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-usb --without-libusb
USE_GROFF = Yes
# DESTDIR bugs the fake process, so make sure it does not get set
DESTDIRNAME= none

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2007/09/15 19:00:54 steven Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:08 espie Exp $
ONLY_FOR_ARCHS= i386
@ -23,6 +23,7 @@ MASTER_SITES= ftp://ftp.iSilo.com/pub/
WRKDIST= ${WRKDIR}
NO_BUILD= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
post-extract:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/07/26 16:34:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:25:08 espie Exp $
COMMENT= interface to palm pdb databases
@ -20,5 +20,6 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/p5-Palm-1.003_000
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2007/11/11 00:22:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:25:08 espie Exp $
COMMENT= disassembler and other tools for palmos binaries
@ -21,6 +21,7 @@ MASTER_SITES= ${MASTER_SITE_BACKUP}
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="-Dunix ${CFLAGS}"
USE_GROFF = Yes
post-build:
@(cd ${WRKSRC}/utils && ${CC} ${CFLAGS} -o splitprc splitprc.c)

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/07/24 15:29:47 naddy Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:25:08 espie Exp $
# varargs misuse, and unportable software
ONLY_FOR_ARCHS= i386 sparc sparc64
@ -33,6 +33,7 @@ SEPARATE_BUILD= simple
USE_X11= Yes
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.23 2010/07/24 15:29:47 naddy Exp $
# $OpenBSD: Makefile,v 1.24 2010/10/18 21:25:08 espie Exp $
COMMENT= simple menu patterned after plan9
@ -21,6 +21,7 @@ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include" \
MAKE_FILE= Makefile.noimake
USE_X11= Yes
USE_GROFF = Yes
ALL_TARGET= 9menu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2010/07/24 15:29:47 naddy Exp $
# $OpenBSD: Makefile,v 1.27 2010/10/18 21:25:08 espie Exp $
COMMENT= 8 1/2-like Window Manager for X11
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB = X11 Xau Xdmcp Xext c pthread-stubs xcb
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=imake
WRKDIST= ${WRKDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/07/24 15:29:47 naddy Exp $
# $OpenBSD: Makefile,v 1.24 2010/10/18 21:25:08 espie Exp $
COMMENT= 9wm with automatic window tiling and virtual desktops
@ -21,6 +21,7 @@ WANTLIB = ICE SM X11 Xau Xdmcp Xext Xmu Xt c pthread-stubs xcb
CONFIGURE_STYLE=imake
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
DOCS= ChangeLog README README.9wm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2007/09/15 19:00:55 steven Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:25:08 espie Exp $
COMMENT= shell (clone of plan9 shell)
@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-history
FLAVORS= readline editline
FLAVOR?=
USE_GROFF = Yes
REGRESS_TARGET= trip
.if defined(WITH_READLINE) && ${WITH_READLINE:U} == YES

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/07/24 15:29:47 naddy Exp $
# $OpenBSD: Makefile,v 1.25 2010/10/18 21:25:08 espie Exp $
COMMENT= X11 version of Rob Pike's editor, sam
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xt c pthread-stubs xcb
USE_X11= Yes
USE_GROFF = Yes
WRKDIST= ${WRKDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2007/09/15 19:00:55 steven Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/18 21:25:08 espie Exp $
COMMENT= translate character sets
@ -24,6 +24,7 @@ MAKE_FLAGS= CFLAGS="${CFLAGS} -D_POSIX_SOURCE"
ALL_TARGET= tcs
WRKDIST= ${WRKDIR}
USE_GROFF = Yes
do-regress:
cd ${WRKSRC}; ./regress

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/07/24 15:29:47 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/18 21:25:08 espie Exp $
COMMENT= hacked 9wm, with support for virtual screens
@ -21,6 +21,7 @@ MASTER_SITES= http://www.grassouille.org/code/w9wm/src/
CONFIGURE_STYLE=imake
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
WRKSRC=${WRKDIR}/${DISTNAME}.orig

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/07/24 15:29:47 naddy Exp $
# $OpenBSD: Makefile,v 1.24 2010/10/18 21:25:08 espie Exp $
COMMENT= clone of the Plan9 editor 'acme'
@ -24,6 +24,7 @@ LIB_DEPENDS= ::plan9/9libs
SEPARATE_BUILD= simple
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-9libs=${LOCALBASE}/include/9libs
CONFIGURE_ENV= mhw_cv_mod_9libs_lib_path=${LOCALBASE}/lib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2010/07/22 16:18:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.46 2010/10/18 21:25:08 espie Exp $
COMMENT= format files for printing on PostScript printers
@ -26,6 +26,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/}
MODULES= devel/gettext
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/auxdir

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/07/26 20:07:31 edd Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:08 espie Exp $
COMMENT= filter to print a wide range of file formats
@ -19,6 +19,7 @@ MASTER_SITES= http://www.apsfilter.org/download/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-shell=/bin/sh \
--with-awk=/usr/bin/awk
USE_GROFF = Yes
RUN_DEPENDS= ::print/a2ps \
::print/psutils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/10/11 08:17:16 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:08 espie Exp $
COMMENT= lightweight PDF document viewer with vi bindings
@ -29,5 +29,6 @@ LIB_DEPENDS= ::x11/gtk+2 \
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS+= --without-djvu
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/apvlv
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/07/26 20:07:31 edd Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/18 21:25:08 espie Exp $
COMMENT= GUI for manipulating BibTeX bibliography databases
@ -18,6 +18,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibview-2.0/}
CONFIGURE_STYLE=imake
WRKDIST= ${WRKDIR}/bibview-2.2
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.79 2010/10/12 12:53:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.80 2010/10/18 21:25:08 espie Exp $
COMMENT= Common Unix Printing System
@ -72,6 +72,7 @@ AUTOCONF_VERSION= 2.62
AUTOMAKE_VERSION= 1.9
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/07/26 20:07:31 edd Exp $
# $OpenBSD: Makefile,v 1.25 2010/10/18 21:25:08 espie Exp $
COMMENT= strip TeX/LaTeX codes from a file
@ -18,6 +18,7 @@ WANTLIB= c
NO_REGRESS= Yes
MAKE_FLAGS= CFLAGS="${CFLAGS} -DNO_MALLOC_DECL"
USE_GROFF = Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2007/09/15 21:36:44 merdely Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:25:08 espie Exp $
COMMENT= converts .dvi files to plain text
@ -15,6 +15,7 @@ WANTLIB= c
MASTER_SITES= http://www.mesa.nl/pub/dvi2tty/
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2010/07/26 20:07:31 edd Exp $
# $OpenBSD: Makefile,v 1.27 2010/10/18 21:25:08 espie Exp $
COMMENT= convert ASCII files to PostScript
@ -25,6 +25,7 @@ WANTLIB= c m
CONFIGURE_STYLE= gnu
# gettext detection is broken and the translations are severely lacking
CONFIGURE_ARGS= --disable-nls
USE_GROFF = Yes
.if !${FLAVOR:L:Ma4}
CONFIGURE_ARGS+= --with-media=Letter

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2010/10/11 08:17:16 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2010/10/18 21:25:08 espie Exp $
SHARED_ONLY= Yes
@ -60,6 +60,7 @@ CONFIGURE_ARGS= --without-freetype-src \
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/08/22 06:58:14 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2010/10/18 21:25:08 espie Exp $
COMMENT-main= driver for ZjStream wire protocol compatible printers
COMMENT-cups= Konica-Minolta foo2zjs command filter for CUPS
@ -41,6 +41,7 @@ LIB_DEPENDS-cups=::print/cups
MAKE_FLAGS+= CUPS_SERVERBIN=`cups-config --serverbin`
USE_GROFF = Yes
NO_REGRESS= Yes
post-patch:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/08/22 06:57:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:25:08 espie Exp $
COMMENT= Foomatic PPD generator
@ -29,6 +29,7 @@ RUN_DEPENDS= ::print/foomatic-filters \
WANTLIB= c m xml2.>=8 z
USE_GMAKE= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/08/22 06:56:25 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/18 21:25:08 espie Exp $
COMMENT= Foomatic PPD print filters
@ -52,6 +52,7 @@ CONFIGURE_ARGS= --enable-file-converter-check=no
MAKE_ENV= ${CONFIGURE_ENV}
FAKE_FLAGS= ETCDIR="${PREFIX}/share/examples/foomatic"
USE_GROFF = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure.ac \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.77 2010/10/11 08:17:16 jasper Exp $
# $OpenBSD: Makefile,v 1.78 2010/10/18 21:25:08 espie Exp $
COMMENT= GNU PostScript interpreter
@ -42,6 +42,7 @@ CFLAGS+= -DSYS_TYPES_HAS_STDINT_TYPES \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/ijs \
-I${LOCALBASE}/include/libpng
USE_GROFF = Yes
# Note: all the device definitions are at the very end of this makefile.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/07/26 20:07:31 edd Exp $
# $OpenBSD: Makefile,v 1.24 2010/10/18 21:25:08 espie Exp $
COMMENT= X11 front-end for ghostscript
@ -20,6 +20,7 @@ RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
CONFIGURE_STYLE=imake
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/10/11 08:17:16 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:08 espie Exp $
COMMENT= GTK+2 frontend to CUPS
@ -35,6 +35,7 @@ LIB_DEPENDS= ::x11/gtk+2 \
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
MAKE_FILE= Makefile.fallback
CFLAGS+= -DHAVE_LIBSSL

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/08/24 16:33:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/18 21:25:08 espie Exp $
COMMENT-main= high quality print drivers
COMMENT-foomatic= Foomatic data for gutenprint drivers
@ -51,6 +51,7 @@ PKG_ARCH-foomatic= *
USE_X11= Yes
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.33 2010/09/14 08:50:07 jasper Exp $
# $OpenBSD: Makefile,v 1.34 2010/10/18 21:25:09 espie Exp $
COMMENT= PostScript and PDF previewer
@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --enable-SIGCHLD-fallback \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_X11= Yes
USE_GROFF = Yes
FAKE_FLAGS+= appdefaultsdir="${PREFIX}/lib/X11/app-defaults/"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/09/22 12:50:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2010/10/18 21:25:09 espie Exp $
COMMENT= convert HTML pages to PDF/PS format
@ -28,6 +28,7 @@ MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${V}/ \
FLAVORS= no_x11
FLAVOR?=
USE_GROFF = Yes
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --without-gui

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/03 09:20:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:25:09 espie Exp $
COMMENT= raster image transmission library
@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/download/
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2007/09/15 21:36:44 merdely Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:25:09 espie Exp $
COMMENT= filter for removing (La)TeX markup
@ -15,6 +15,7 @@ MASTER_SITES= http://monkey.org/~jose/openbsd/ports/
MAKE_FLAGS= CC='${CC}' OBJ=l2a.o EXE=l2a LLL=-ll
USE_GROFF = Yes
NO_REGRESS= Yes
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2008/11/29 09:49:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:09 espie Exp $
COMMENT= library for handling paper characteristics
@ -25,6 +25,7 @@ WANTLIB= c
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/08/30 18:29:28 fgsch Exp $
# $OpenBSD: Makefile,v 1.25 2010/10/18 21:25:09 espie Exp $
#
# Credits to Matt Jibson. He did the initial work on this port and many
# tools it depends on.
@ -51,6 +51,7 @@ CONFIGURE_ARGS+= --disable-{debugging,optimising,pipe} \
--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts
USE_GMAKE= Yes
USE_X11= Yes
USE_GROFF = Yes
MAKE_FILE= GNUmakefile
# Stupid fontforge writes autosave data to ~/.PfaEdit, even in

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2007/09/15 21:36:44 merdely Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:25:09 espie Exp $
COMMENT-main= object oriented type setting language
COMMENT-doc= Lout user and expert documentation
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MAKE_FILE= makefile
INSTALL_TARGET= allinstall
USE_GROFF = Yes
NO_REGRESS= Yes
WANTLIB= c m z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2010/08/30 18:29:28 fgsch Exp $
# $OpenBSD: Makefile,v 1.57 2010/10/18 21:25:09 espie Exp $
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
@ -34,6 +34,7 @@ SEPARATE_BUILD= concurrent
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/08/30 18:29:28 fgsch Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:09 espie Exp $
COMMENT= Scalable PostScript fonts for MetaFont
@ -29,6 +29,7 @@ RUN_DEPENDS= :potrace-*:graphics/potrace \
::print/texlive/base
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= PYTHON=${MODPY_BIN}
MAKE_FILE= GNUmakefile

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2010/05/26 13:53:16 jasper Exp $
# $OpenBSD: Makefile,v 1.27 2010/10/18 21:25:09 espie Exp $
COMMENT= print multiple pages per sheet on PostScript printer
@ -22,6 +22,7 @@ FLAVOR?= a4
ALL_TARGET= default
MAKE_FLAGS= CC='${CC}' CFLAGS='${CFLAGS} $${DEFS}' PREFIX='${PREFIX}'
USE_GROFF = Yes
.if ${FLAVOR:L} == "letter"
MAKE_FLAGS+= PAGESIZE=Letter

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2008/01/28 23:03:09 steven Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:09 espie Exp $
PKG_ARCH= *
@ -26,6 +26,7 @@ WRKDIST= ${WRKDIR}/pdfjam
RUN_DEPENDS= ::print/texlive/base
USE_GROFF = Yes
NO_BUILD= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2007/09/15 21:36:45 merdely Exp $
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:25:09 espie Exp $
COMMENT= convert Postscript to Encapsulated Postscript
@ -21,6 +21,7 @@ RUN_DEPENDS= ::print/ghostscript/gnu
WANTLIB= c
WRKDIST= ${WRKDIR}/ps2eps
USE_GROFF = Yes
NO_REGRESS= Yes
do-build:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2007/09/15 21:36:45 merdely Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:09 espie Exp $
COMMENT= intelligent n-up printing
@ -25,6 +25,7 @@ WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-metric
USE_GROFF = Yes
SEPARATE_BUILD= concurrent

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2010/02/10 16:32:22 naddy Exp $
# $OpenBSD: Makefile,v 1.30 2010/10/18 21:25:09 espie Exp $
COMMENT= utilities for manipulating PostScript documents
@ -24,6 +24,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += c
WRKDIST= ${WRKDIR}/psutils
USE_GROFF = Yes
FLAVORS= a3 a4 a5 b5 b4 letter legal ledger tabloid statement \
executive folio quarto s10x14

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2010/08/30 18:29:28 fgsch Exp $
# $OpenBSD: Makefile,v 1.32 2010/10/18 21:25:09 espie Exp $
SHARED_ONLY= Yes
@ -47,6 +47,7 @@ LIB_DEPENDS= jpeg::graphics/jpeg \
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=autoconf gnu
AUTOCONF_VERSION=2.60

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/09/22 15:41:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:25:09 espie Exp $
COMMENT= printer (CUPS) administration tool
@ -34,6 +34,7 @@ RUN_DEPENDS= ::devel/desktop-file-utils \
::x11/gnome/py-gnome
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.2 2007/09/15 21:36:45 merdely Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:09 espie Exp $
COMMENT= utilities for PostScript Type 1 fonts
DISTNAME= t1utils-1.32
@ -19,5 +19,6 @@ MASTER_SITES= ${HOMEPAGE}
WANTLIB= c
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2010/09/24 20:00:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.37 2010/10/18 21:25:09 espie Exp $
COMMENT = base binaries for TeXLive typesetting distribution
@ -40,6 +40,7 @@ NO_REGRESS = Yes # not worth the effort.
USE_X11 = Yes
USE_GMAKE = Yes
USE_LIBTOOL = Yes
USE_GROFF = Yes
.if ${MACHINE_ARCH} == "sparc64"
CFLAGS += -fPIC

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/29 13:14:40 edd Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:09 espie Exp $
COMMENT = base binaries for TeXLive typesetting distribution
@ -43,6 +43,7 @@ NO_REGRESS = Yes # not worth the effort.
USE_X11 = Yes
USE_GMAKE = Yes
USE_LIBTOOL = Yes
USE_GROFF = Yes
.if ${MACHINE_ARCH} == "sparc64"
CFLAGS += -fPIC

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2009/12/27 22:15:40 jasper Exp $
# $OpenBSD: Makefile,v 1.35 2010/10/18 21:25:09 espie Exp $
COMMENT= tools to convert Xfig's .fig files
@ -23,6 +23,7 @@ PATCHORIG= .pat.orig
CONFIGURE_STYLE=imake
USE_X11= Yes
USE_GROFF = Yes
FLAVORS= a4
FLAVOR?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/06/15 07:29:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:25:09 espie Exp $
COMMENT= text-based calendar and scheduling application
@ -22,6 +22,7 @@ WANTLIB= c m ncurses pthread
MODULES= devel/gettext
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/calcurse

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2009/06/08 14:57:37 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/18 21:25:09 espie Exp $
COMMENT= reminder/task program aimed at developers
@ -20,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ncurses readline stdc++
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
EXAMPLES= doc/scripts.* doc/todorc.example contrib/*

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/09/01 12:43:54 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:25:09 espie Exp $
COMMENT= automatically create timetables
@ -28,6 +28,7 @@ MODULES= devel/gettext \
LIB_DEPENDS= ::x11/qt4
USE_X11= Yes
USE_GROFF = Yes
PORTHOME= ${WRKDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/10/11 08:17:46 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:25:09 espie Exp $
COMMENT = labels and businesss card designer
@ -52,5 +52,6 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-update-desktopdb \
--disable-update-mimedb
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2010/10/18 13:45:24 jasper Exp $
# $OpenBSD: Makefile,v 1.35 2010/10/18 21:25:09 espie Exp $
SHARED_ONLY = Yes
@ -70,6 +70,7 @@ CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--disable-ofx
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
# Steps to build the docs.
DOC_DIR= ${WRKDIR}/gnucash-docs-${DOC_VERSION}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/16 08:15:52 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:09 espie Exp $
COMMENT= command-line interface to Google services
@ -24,6 +24,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://googlecl.googlecode.com/files/
MODPY_SETUPTOOLS= Yes
USE_GROFF = Yes
LIB_DEPENDS= ::devel/py-gdata
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/10/11 08:17:46 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:25:09 espie Exp $
COMMENT= personal accounting application
SHARED_ONLY = Yes
@ -39,6 +39,7 @@ RUN_DEPENDS= ::devel/desktop-file-utils
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/10/18 13:45:24 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:25:09 espie Exp $
COMMENT= GTD organizer for GNOME
@ -30,6 +30,7 @@ BUILD_DEPENDS= ::x11/py-gtk2
DESKTOP_FILES= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
SUBST_VARS+= VERSION

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/08/30 17:57:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:25:09 espie Exp $
COMMENT = stylish PDF presentation generator
@ -23,6 +23,7 @@ PY_FLAVOR = python${MODPY_VERSION}
# Set NO_BUILD to prevent python.port.mk from adding Python to
# BUILD_DEPENDS.
NO_BUILD = Yes
USE_GROFF = Yes
RUN_DEPENDS = ::graphics/py-opengl \
::devel/pygame \
:py-Imaging-*-${PY_FLAVOR}:graphics/py-Imaging,${PY_FLAVOR} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/10/11 08:17:46 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2010/10/18 21:25:09 espie Exp $
COMMENT= handy personal organizer
@ -39,6 +39,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" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2009/08/10 06:34:09 kili Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:25:09 espie Exp $
COMMENT= tightly integrated, free office package
@ -20,6 +20,7 @@ WANTLIB= ICE SM X11 Xext Xmu Xpm Xt c m ncurses pthread-stubs \
MASTER_SITES= http://siag.nu/pub/siag/
USE_X11= Yes
USE_GROFF = Yes
LIB_DEPENDS= Mowitz.>=3::x11/mowitz \
neXtaw.>=13::x11/neXtaw

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2007/09/15 21:28:22 merdely Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:09 espie Exp $
COMMENT= to-do list manager
@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= simple
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/12 16:49:09 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:25:09 espie Exp $
COMMENT= simple but effective personal calendar
@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://distfiles.nl/
NO_BUILD= Yes
USE_GROFF = Yes
PKG_ARCH= *
# Requires interactive terminal and other hoops not worth going through.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/06/12 15:49:41 naddy Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:25:09 espie Exp $
COMMENT= curses calendar front-end to remind
@ -26,6 +26,7 @@ USE_GMAKE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::misc/remind
USE_GROFF = Yes
NO_REGRESS= Yes
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2010/07/24 17:36:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.43 2010/10/18 21:25:09 espie Exp $
COMMENT= english-russian keyboard switcher for X11
@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xmu Xt c
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
FLAVORS= motif