Drop USE_GROFF from ports where the formatting differences are acceptable

or mandoc provides the more useful output.
This commit is contained in:
naddy 2015-02-16 22:57:07 +00:00
parent be1a24796d
commit 6bb8d0674b
213 changed files with 213 additions and 460 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2014/04/21 12:47:59 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2015/02/16 22:57:07 naddy Exp $
COMMENT= open-source LDAP software (server, legacy version)
@ -24,7 +24,6 @@ EXTRACT_SUFX= .tgz
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
USE_GROFF= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-ipv6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2013/03/11 02:52:07 espie Exp $
# $OpenBSD: Makefile,v 1.12 2015/02/16 22:57:07 naddy Exp $
COMMENT= import CSV data and Large Object to PostgreSQL
@ -19,7 +19,6 @@ MODULES= lang/python
RUN_DEPENDS= databases/py-psycopg2
USE_GROFF = Yes
NO_BUILD= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.66 2013/11/25 14:16:22 sthen Exp $
# $OpenBSD: Makefile,v 1.67 2015/02/16 22:57:07 naddy Exp $
COMMENT= Data Display Debugger, graphical front-end for GDB, etc
@ -24,7 +24,6 @@ LIB_DEPENDS= x11/openmotif
TEST_IS_INTERACTIVE=x11
USE_GMAKE= Yes
USE_GROFF= Yes
AUTOCONF_VERSION=2.61
CONFIGURE_STYLE=autoconf
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2013/06/04 18:41:40 naddy Exp $
# $OpenBSD: Makefile,v 1.27 2015/02/16 22:57:08 naddy Exp $
COMMENT = C++ toolkit for GUI
CATEGORIES = devel
@ -28,7 +28,6 @@ CONFIGURE_ARGS += \
# LGPL or looser
PERMIT_PACKAGE_CDROM = Yes
USE_GROFF = Yes
FOX = fox-1.6
SUBST_VARS = FOX

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2013/05/20 08:18:16 benoit Exp $
# $OpenBSD: Makefile,v 1.12 2015/02/16 22:57:08 naddy Exp $
COMMENT = GNU PIC assembler and utilities
@ -25,7 +25,6 @@ CONFIGURE_STYLE = autoconf
CONFIGURE_ENV = "CC=${CC}" "CPP=${CPP}" "CFLAGS=${CFLAGS}" "CPPFLAGS=${CPPFLAGS}" "LDFLAGS=${LDFLAGS}"
CONFIGURE_ARGS += --disable-html-doc
USE_GROFF = Yes
USE_GMAKE = Yes
AUTOCONF_VERSION = 2.69

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2014/03/21 00:41:18 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:08 naddy Exp $
COMMENT= C C++ API for memcached
@ -20,7 +20,6 @@ SHARED_LIBS += memcachedutil 0.0 # 1.0
# BSD
PERMIT_PACKAGE_CDROM= Yes
USE_GROFF = Yes
WANTLIB += c event m pthread sasl2
LIB_DEPENDS= security/cyrus-sasl2
TEST_DEPENDS= misc/memcached

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2013/03/11 10:50:11 espie Exp $
# $OpenBSD: Makefile,v 1.20 2015/02/16 22:57:08 naddy Exp $
COMMENT= free and complete CORBA-compliant implementation
@ -24,7 +24,6 @@ WANTLIB= c m ncurses readline stdc++
WANTLIB+= crypto ssl ICE SM X11 Xt pthread
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LIB_VERSION=${LIB_VERSION}
CONFIGURE_ARGS+= --disable-optimize

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2015/01/21 14:29:19 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2015/02/16 22:57:08 naddy Exp $
COMMENT= localization data for perl DateTime.pm
@ -6,7 +6,6 @@ MODULES= cpan
DISTNAME= DateTime-Locale-0.45
REVISION= 0
CATEGORIES= devel
USE_GROFF = Yes # XXX mandoc drops chars in ::is (Icelandic) files
# Perl
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2013/08/22 09:44:02 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2015/02/16 22:57:08 naddy Exp $
COMMENT= cross-platform gettext catalogs (PO-files) editor
@ -15,8 +15,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
USE_GROFF = Yes
WANTLIB= c m pthread stdc++ wx_base_xml wx_gtk2_html wx_gtk2_adv \
wx_gtk2_xrc wx_base wx_gtk2_core
RUN_DEPENDS= devel/desktop-file-utils \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:27 espie Exp $
# $OpenBSD: Makefile,v 1.9 2015/02/16 22:57:08 naddy Exp $
COMMENT= GNU make debugger
@ -15,7 +15,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bashdb/}
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
WANTLIB= c readline termcap
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2014/12/19 11:05:18 rpe Exp $
# $OpenBSD: Makefile,v 1.37 2015/02/16 22:57:08 naddy Exp $
COMMENT= GNU Portable Shell Tool
@ -12,6 +12,5 @@ HOMEPAGE= https://www.gnu.org/software/shtool/
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2013/03/11 10:50:32 espie Exp $
# $OpenBSD: Makefile,v 1.24 2015/02/16 22:57:08 naddy Exp $
COMMENT= powerful make utility
@ -24,7 +24,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/xmake ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmake.1 ${PREFIX}/man/man1
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2013/03/11 11:02:50 espie Exp $
# $OpenBSD: Makefile,v 1.27 2015/02/16 22:57:08 naddy Exp $
COMMENT= Jonathan's Own Version of Emacs
@ -17,6 +17,5 @@ EXTRACT_SUFX= .tgz
WANTLIB= c termcap
NO_TEST= Yes
USE_GROFF= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:02:50 espie Exp $
# $OpenBSD: Makefile,v 1.3 2015/02/16 22:57:08 naddy Exp $
COMMENT = traditional vi and ex
@ -19,8 +19,6 @@ WANTLIB = c ncurses
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ex-vi/}
EXTRACT_SUFX = .tar.bz2
USE_GROFF = Yes
MAKE_FLAGS = PREFIX="${PREFIX}"
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.140 2014/10/14 13:52:19 sthen Exp $
# $OpenBSD: Makefile,v 1.141 2015/02/16 22:57:08 naddy Exp $
COMMENT-main= vi clone, many additional features
COMMENT-lang= vi clone, NLS subpackage
@ -27,7 +27,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c curses
USE_GROFF = Yes
MULTI_PACKAGES= -main -lang
FULLPKGNAME-lang= vim-lang-${VERSION}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:07:37 espie Exp $
# $OpenBSD: Makefile,v 1.19 2015/02/16 22:57:08 naddy Exp $
COMMENT= fast anagram generator
@ -15,7 +15,6 @@ WANTLIB= c
WRKDIST= ${WRKDIR}/an-${V}
USE_GROFF = Yes
NO_TEST= Yes
pre-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2013/11/09 23:19:03 naddy Exp $
# $OpenBSD: Makefile,v 1.29 2015/02/16 22:57:08 naddy Exp $
COMMENT = GNU version of Go
@ -15,7 +15,6 @@ WANTLIB = c m ncurses
MASTER_SITES = ${MASTER_SITE_GNU:=gnugo/}
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/gnugo

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2014/04/02 09:36:10 jasper Exp $
# $OpenBSD: Makefile,v 1.40 2015/02/16 22:57:08 naddy Exp $
COMMENT= Settlers of Catan for GNOME/Gtk
@ -40,7 +40,6 @@ LIB_DEPENDS= x11/gnome/libgnome \
MODGNOME_TOOLS += desktop-file-utils yelp
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
CONFIGURE_ENV= ac_cv_path_pngtopnm=""
CONFIGURE_ARGS= --enable-protocol=IPv4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2013/05/26 09:30:55 kirby Exp $
# $OpenBSD: Makefile,v 1.19 2015/02/16 22:57:08 naddy Exp $
COMMENT= essentially an Asteroids clone
@ -17,8 +17,6 @@ WANTLIB= SDL c m pthread SDL_mixer
LIB_DEPENDS= devel/sdl-mixer
USE_GROFF = Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2014/11/10 09:04:18 dcoppa Exp $
# $OpenBSD: Makefile,v 1.34 2015/02/16 22:57:08 naddy Exp $
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
@ -30,7 +30,6 @@ RUN_DEPENDS= games/gnuchess \
FAKE_FLAGS = sysconfdir="${PREFIX}/share/examples/xboard/"
USE_GROFF= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2013/03/11 11:07:41 espie Exp $
# $OpenBSD: Makefile,v 1.27 2015/02/16 22:57:08 naddy Exp $
#
COMMENT= cube puzzle for X11
@ -16,7 +16,6 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/xpuzzles/}
WRKDIST= ${WRKDIR}/xcubes
CONFIGURE_STYLE=imake
USE_GROFF = Yes
NO_TEST= Yes
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:07:41 espie Exp $
# $OpenBSD: Makefile,v 1.26 2015/02/16 22:57:08 naddy Exp $
#
COMMENT= dino puzzle game for X11
@ -17,7 +17,6 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/xpuzzles/}
WRKDIST= ${WRKDIR}/xdino
CONFIGURE_STYLE= imake
USE_GROFF = Yes
NO_TEST= Yes
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:07:42 espie Exp $
# $OpenBSD: Makefile,v 1.28 2015/02/16 22:57:08 naddy Exp $
COMMENT= multiplayer 2d space battles game
@ -16,7 +16,6 @@ WANTLIB= X11 Xau Xdmcp Xext c m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpilotgame/}
USE_GROFF = Yes
NO_TEST= Yes
CONFIGURE_STYLE= imake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/01/24 12:34:06 dcoppa Exp $
# $OpenBSD: Makefile,v 1.16 2015/02/16 22:57:08 naddy Exp $
COMMENT= Scorched Earth-clone
@ -25,8 +25,6 @@ MODULES= devel/gettext
LIB_DEPENDS= audio/libmikmod \
x11/gtk+2
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-x \
--without-gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:10:51 espie Exp $
# $OpenBSD: Makefile,v 1.11 2015/02/16 22:57:08 naddy Exp $
COMMENT= convert text strings to printed bars
@ -14,7 +14,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
CONFIGURE_STYLE= gnu dest
USE_GROFF = Yes
NO_TEST=Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2014/11/27 13:25:00 dcoppa Exp $
# $OpenBSD: Makefile,v 1.45 2015/02/16 22:57:08 naddy Exp $
# requires SSE
ONLY_FOR_ARCHS= i386 amd64
@ -65,7 +65,6 @@ LIB_DEPENDS= devel/json-glib \
x11/gtk+2
SEPARATE_BUILD= Yes
USE_GROFF= Yes
CONFIGURE_ARGS= -DOPENJPEG_INCLUDE_DIR=${PREFIX}/include/openjpeg-1.5 \
-DBINARY_PACKAGE_BUILD=1 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2015/02/11 20:24:38 sthen Exp $
# $OpenBSD: Makefile,v 1.23 2015/02/16 22:57:08 naddy Exp $
COMMENT = digital camera RAW format conversion tool
@ -21,7 +21,6 @@ LIB_DEPENDS = graphics/jasper \
NO_TEST = Yes
SEPARATE_BUILD = Yes
USE_GROFF = Yes
WRKDIST = ${WRKDIR}/dcraw

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2014/01/16 09:11:33 zhuk Exp $
# $OpenBSD: Makefile,v 1.46 2015/02/16 22:57:08 naddy Exp $
COMMENT = digital image kde application
CATEGORIES = graphics x11 x11/kde
@ -49,7 +49,6 @@ CONFIGURE_ARGS += --without-included-sqlite3
WANTLIB += sqlite3
USE_GMAKE ?= Yes
USE_GROFF = Yes
CONFIGURE_ENV += ${MODKDE_CONFIGURE_ENV}
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
MAKE_ENV = ${CONFIGURE_ENV}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:10:52 espie Exp $
# $OpenBSD: Makefile,v 1.15 2015/02/16 22:57:08 naddy Exp $
COMMENT= dump frames from mpeg-1 movies
@ -19,8 +19,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dumpmpeg/}
LIB_DEPENDS = devel/smpeg
WANTLIB = SDL c pthread smpeg>=1.3
USE_GROFF = Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:10:52 espie Exp $
# $OpenBSD: Makefile,v 1.19 2015/02/16 22:57:08 naddy Exp $
COMMENT= handle GIF89a transparent option and interlace mode
@ -12,7 +12,6 @@ WANTLIB= c
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/infosystems/misc/tools/
USE_GROFF = Yes
NO_TEST= Yes
do-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:10:52 espie Exp $
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:08 naddy Exp $
COMMENT-main= OCR software
COMMENT-gui= gocr tcl/tk frontend
@ -24,7 +24,6 @@ NO_TEST= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-netpbm=${PREFIX}
USE_GMAKE= Yes
USE_GROFF = Yes
FAKE_FLAGS+= prefix=${PREFIX} exec_prefix=${PREFIX}
MULTI_PACKAGES= -main -gui

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2014/10/22 13:39:38 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2015/02/16 22:57:08 naddy Exp $
COMMENT= jpeg pixel interpolator
@ -20,6 +20,5 @@ LIB_DEPENDS= graphics/jpeg
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-nls \
--with-jpeglib=${LOCALBASE}
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:10:55 espie Exp $
# $OpenBSD: Makefile,v 1.6 2015/02/16 22:57:08 naddy Exp $
COMMENT= transforming bitmaps into vector graphics
@ -17,7 +17,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=potrace/}
WANTLIB= c m z
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
TEST_DEPENDS= print/ghostscript/gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2014/03/19 13:53:29 jasper Exp $
# $OpenBSD: Makefile,v 1.33 2015/02/16 22:57:08 naddy Exp $
COMMENT= X11 animation player with support for lots of formats
@ -19,8 +19,6 @@ PERMIT_PACKAGE_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m z
USE_GROFF = Yes
BASEDISTFILE=xanim2801.tar.gz
DISTFILES=${BASEDISTFILE}
PATCH_LIST=patch-*

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2013/10/11 20:39:34 naddy Exp $
# $OpenBSD: Makefile,v 1.27 2015/02/16 22:57:09 naddy Exp $
COMMENT= view complete directories of X bitmaps and X pixmaps
@ -15,7 +15,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
CONFIGURE_STYLE=imake
USE_GROFF = Yes
NO_TEST= Yes
pre-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2014/12/04 21:05:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.39 2015/02/16 22:57:09 naddy Exp $
COMMENT= scanner frontend for SANE
@ -32,7 +32,6 @@ RUN_DEPENDS= devel/desktop-file-utils \
devel/xdg-utils
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.13 2015/01/21 06:13:48 bentley Exp $
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:09 naddy Exp $
SHARED_ONLY= Yes
@ -29,7 +29,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
LIB_DEPENDS= x11/gtk+2 \
inputmethods/scim
USE_GROFF = Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2013/08/27 21:53:10 bcallah Exp $
# $OpenBSD: Makefile,v 1.13 2015/02/16 22:57:09 naddy Exp $
ONLY_FOR_ARCHS = amd64 i386 mips64 mips64el powerpc sparc sparc64
@ -18,7 +18,6 @@ MASTER_SITES = ${MASTER_SITE_GNU:=gforth/}
WANTLIB = c m
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
CFLAGS += -Dunix
FAKE_FLAGS+= DESTDIR="${WRKINST}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2013/10/18 15:44:52 miod Exp $
# $OpenBSD: Makefile,v 1.24 2015/02/16 22:57:09 naddy Exp $
COMMENT = Haskell 98 interpreter
@ -18,7 +18,6 @@ DISTFILES += ${DISTNAME}.tar.gz ${DISTNAME}-tests.tar.gz:0
CFLAGS += -fPIC
.endif
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CFLAGS="${CFLAGS}" CC="${CC}"
CONFIGURE_ARGS += --with-pthreads --libdir=${PREFIX}/lib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.61 2015/01/19 09:19:15 jasper Exp $
# $OpenBSD: Makefile,v 1.62 2015/02/16 22:57:09 naddy Exp $
COMMENT= Emacs Lisp-like runtime library
@ -29,7 +29,6 @@ LIB_DEPENDS= databases/gdbm \
devel/libffi
USE_GMAKE= Yes
USE_GROFF = Yes
MAKE_FLAGS= rep_LIBTOOL=${LIBTOOL}

View File

@ -18,8 +18,6 @@ WANTLIB = c
MASTER_SITES = ${HOMEPAGE}
USE_GROFF = Yes
NO_TEST = Yes
SUBST_VARS += CC CFLAGS

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2014/11/14 17:51:42 jeremy Exp $
# $OpenBSD: Makefile,v 1.35 2015/02/16 22:57:09 naddy Exp $
COMMENT-main= object oriented script language with threads
COMMENT-iconv= libiconv interface for ruby
@ -32,7 +32,6 @@ CONFIGURE_ARGS= --program-suffix=18 \
CONFIGURE_ENV= LIBruby18_VERSION=${LIBruby18_VERSION}
MODULES= converters/libiconv
USE_GROFF = Yes
WANTLIB-main= c m readline termcap util crypto ncurses ssl z
LIB_DEPENDS-main=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2015/01/02 14:26:12 sthen Exp $
# $OpenBSD: Makefile,v 1.56 2015/02/16 22:57:09 naddy Exp $
BROKEN-mips64 = undefined reference to `__sync_fetch_and_add_8'
BROKEN-hppa = undefined reference to `__sync_fetch_and_add_4'
@ -40,7 +40,6 @@ CONFIGURE_ARGS = --enable-mt \
${CONFIGURE_SHARED}
USE_GMAKE = Yes
USE_GROFF = Yes
# Don't pick up bash
MAKE_ENV = MAKESHELL=/bin/sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.70 2015/01/19 09:00:19 jasper Exp $
# $OpenBSD: Makefile,v 1.71 2015/02/16 22:57:09 naddy Exp $
COMMENT= compiler for the GObject type system
@ -25,8 +25,6 @@ BUILD_DEPENDS= textproc/libxslt
LIB_DEPENDS= devel/glib2
TEST_DEPENDS= shells/bash
USE_GROFF= Yes
SUBST_VARS+= API_V
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:23:50 espie Exp $
# $OpenBSD: Makefile,v 1.10 2015/02/16 22:57:09 naddy Exp $
COMMENT= small and secure POP3 daemon
@ -16,7 +16,6 @@ MASTER_SITES= http://www.synflood.at/akpop3d/ \
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2015/01/21 06:13:49 bentley Exp $
# $OpenBSD: Makefile,v 1.20 2015/02/16 22:57:09 naddy Exp $
COMMENT= speed mail delivery by sorting & batching addresses
@ -16,7 +16,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
MAKE_ENV= CC="${CC}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.75 2015/01/14 12:18:42 landry Exp $
# $OpenBSD: Makefile,v 1.76 2015/02/16 22:57:09 naddy Exp $
SHARED_ONLY= Yes
@ -113,7 +113,6 @@ CONFIGURE_ARGS+= --disable-acpi_notifier-plugin \
MODULES= devel/gettext
USE_GMAKE= Yes
USE_GROFF = Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= autoconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:23:50 espie Exp $
# $OpenBSD: Makefile,v 1.11 2015/02/16 22:57:09 naddy Exp $
COMMENT= dynamic relay authorization control daemon
@ -19,7 +19,6 @@ EXTRACT_SUFX= .tar.Z
WRKDIST= ${WRKDIR}
MAKE_ENV= SYSCONFDIR=${SYSCONFDIR}
USE_GROFF = Yes
pre-build:
cd ${WRKSRC} && perl -pi -e "s,/etc,${SYSCONFDIR},g" rpc.dracd.1m

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2013/03/11 11:23:50 espie Exp $
# $OpenBSD: Makefile,v 1.34 2015/02/16 22:57:09 naddy Exp $
COMMENT= Tcl/Tk interface to the MH mail system
@ -22,7 +22,6 @@ RUN_DEPENDS= lang/expect\
mail/nmh\
mail/metamail\
${MODTK_RUN_DEPENDS}
USE_GROFF = Yes
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2013/05/17 12:55:58 kirby Exp $
# $OpenBSD: Makefile,v 1.35 2015/02/16 22:57:09 naddy Exp $
COMMENT= generate a cross-referenced HTML mail archive
@ -26,7 +26,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_VFSCANF" \
ALL_TARGET= hypermail
MAKE_FLAGS= WARNINGS=''
USE_GROFF = Yes
FLAVORS= gdbm
FLAVOR?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:51 espie Exp $
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:09 naddy Exp $
COMMENT= remote IMAP filtering utility
@ -31,7 +31,6 @@ CONFIGURE_ARGS= -p ${PREFIX} \
-m ${PREFIX}/man \
-o ssltls=yes -o crammd5=yes
MAKE_ENV+= CC="${CC}"
USE_GROFF = Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2014/09/17 09:13:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2015/02/16 22:57:09 naddy Exp $
COMMENT= greylist milter
@ -36,7 +36,6 @@ CONFIGURE_ARGS+= --with-user=${USERNAME} \
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/libbind \
-R${LOCALBASE}/lib/libbind"
USE_GROFF = Yes
NO_TEST= Yes
pre-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2013/03/11 11:23:53 espie Exp $
# $OpenBSD: Makefile,v 1.27 2015/02/16 22:57:09 naddy Exp $
COMMENT= PGP sign/encrypt/decrypt messages automatically
@ -20,7 +20,6 @@ BUILD_DEPENDS= security/pgp
WRKDIST= ${WRKDIR}/pgpsendmail
INSTALL_TARGET= all_install
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2014/03/27 10:39:13 giovanni Exp $
# $OpenBSD: Makefile,v 1.16 2015/02/16 22:57:09 naddy Exp $
COMMENT= external SPF policy checker for postfix
@ -18,7 +18,6 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://launchpad.net/pypolicyd-spf/${MODPY_EGG_VERSION}/${MODPY_EGG_VERSION}/+download/
MODULES= lang/python
USE_GROFF = Yes
BUILD_DEPENDS= mail/py-spf
RUN_DEPENDS= mail/py-spf \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2014/03/31 07:42:21 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2015/02/16 22:57:09 naddy Exp $
COMMENT= simple SMTP client
@ -13,7 +13,6 @@ MASTER_SITES= http://distfiles.nl/
CONFIGURE_STYLE= gnu dest
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2013/04/27 15:44:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.29 2015/02/16 22:57:09 naddy Exp $
COMMENT= flexible POP3 server
@ -24,7 +24,6 @@ CONFIGURE_ARGS+= --mandir="${PREFIX}/man" \
--enable-last --enable-bulletins --enable-nonip \
--enable-ipv6 --enable-resolve --enable-connect \
--enable-logextend --enable-statistics
USE_GROFF = Yes
NO_TEST= Yes
# enable support for APOP authentication.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2015/01/28 21:21:13 landry Exp $
# $OpenBSD: Makefile,v 1.31 2015/02/16 22:57:09 naddy Exp $
COMMENT = mailing list manager with web interface
@ -38,8 +38,6 @@ CONFIGURE_ARGS = --with-modulesdir=${PREFIX}/${P5SITE}/Sympa \
--sbindir=${PREFIX}/sbin \
--with-localedir=${PREFIX}/share/locale
USE_GROFF = Yes
# no MODULE, doesn't link with it
BUILD_DEPENDS = devel/gettext
WANTLIB = c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2013/03/11 11:23:54 espie Exp $
# $OpenBSD: Makefile,v 1.29 2015/02/16 22:57:09 naddy Exp $
COMMENT= mail user agent for X in C with a Tcl/Tk frontend
@ -27,7 +27,6 @@ MAKE_FLAGS= BUSYLIB= DUMMYLIB= RATLIB_SUFFIX=.so.2.1 \
FAKE_FLAGS= UTIL_DIR=\$${prefix}/lib/tcl/tkrat/util
USE_GROFF = Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-tcl-bin="${LOCALBASE}/bin" \
--with-tcl-include="${MODTCL_INCDIR}" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:23:54 espie Exp $
# $OpenBSD: Makefile,v 1.26 2015/02/16 22:57:09 naddy Exp $
COMMENT= multiple mailbox checker dockapp
DISTNAME= wmbiff-0.4.27
@ -15,8 +15,6 @@ WANTLIB += X11 Xext Xpm c gcrypt gnutls gpg-error pthread z
MODULES= devel/gettext
USE_GROFF = Yes
LIB_DEPENDS= security/gnutls \
security/libgcrypt

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2013/03/11 11:23:54 espie Exp $
# $OpenBSD: Makefile,v 1.37 2015/02/16 22:57:09 naddy Exp $
COMMENT= mail image display for X11
@ -26,7 +26,6 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m \
LIB_DEPENDS= mail/faces
CONFIGURE_STYLE=imake
USE_GROFF = Yes
post-extract:
@ln -sf ../sounds ${WRKSRC}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.178 2015/01/31 10:01:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.179 2015/02/16 22:57:09 naddy Exp $
COMMENT-main= MS Exchange groupware suite replacement
COMMENT-web= zarafa webaccess frontend and MAPI extensions for PHP
@ -79,7 +79,6 @@ RUN_DEPENDS-web= ${MODPHP_RUN_DEPENDS} \
${MODGETTEXT_RUN_DEPENDS}
USE_GMAKE= Yes
USE_GROFF = Yes
LIBTOOL_FLAGS= --tag=disable-static

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2013/03/21 08:46:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2015/02/16 22:57:09 naddy Exp $
COMMENT-main= C routines for computing the Discrete Fourier Transform
COMMENT-common= common files for the fftw3 packages
@ -35,7 +35,6 @@ FLAVORS= double float
FLAVOR?= double
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-portable-binary \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2015/01/06 13:19:05 pirofti Exp $
# $OpenBSD: Makefile,v 1.21 2015/02/16 22:57:09 naddy Exp $
COMMENT= GiNaC is Not a Computer Algebra System (CAS)
@ -24,7 +24,6 @@ BUILD_DEPENDS = devel/doxygen
LIB_DEPENDS= devel/cln
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
TEST_TARGET= check

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2013/06/04 18:41:52 naddy Exp $
# $OpenBSD: Makefile,v 1.42 2015/02/16 22:57:09 naddy Exp $
COMMENT= GRaphing, Advanced Computation and Exploration of data
@ -23,7 +23,6 @@ CONFIGURE_ARGS+= --with-bundled-xbae \
--with-extra-incpath=${LOCALBASE}/include \
--with-extra-ldpath=${LOCALBASE}/lib \
--enable-grace-home=${PREFIX}/grace
USE_GROFF = Yes
LIB_DEPENDS = graphics/jpeg \
graphics/png \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2015/01/02 14:26:12 sthen Exp $
# $OpenBSD: Makefile,v 1.69 2015/02/16 22:57:09 naddy Exp $
# vax: no IEEE arithmetic
# sparc: fPIC version of libgcc.a needed but not available
@ -48,7 +48,6 @@ LIB_DEPENDS = ${MODFORTRAN_LIB_DEPENDS} \
net/curl
USE_GMAKE = Yes
USE_GROFF = Yes
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = autoconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2014/09/15 15:11:35 landry Exp $
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:10 naddy Exp $
COMMENT= number theory-oriented computer algebra system
@ -16,8 +16,6 @@ MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.1/
BUILD_DEPENDS= print/texlive/base
USE_GROFF = Yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_STYLE= simple
CONFIGURE_ENV= CFLAGS="${CFLAGS}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2014/03/22 10:26:38 jasper Exp $
# $OpenBSD: Makefile,v 1.50 2015/02/16 22:57:10 naddy Exp $
SHARED_ONLY = Yes
@ -37,7 +37,6 @@ MODULES = devel/gettext \
MODFORTRAN_COMPILER = g77
USE_GROFF = Yes
BUILD_DEPENDS = print/ghostscript/gnu-fonts \
${MODFORTRAN_BUILD_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:23:56 espie Exp $
# $OpenBSD: Makefile,v 1.16 2015/02/16 22:57:10 naddy Exp $
COMMENT= curses spreadsheet-calculator program
@ -15,7 +15,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c curses m termcap
USE_GROFF= Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2013/03/11 11:23:56 espie Exp $
# $OpenBSD: Makefile,v 1.37 2015/02/16 22:57:10 naddy Exp $
COMMENT= write audio/data CD-Rs in disk-at-once mode
@ -14,7 +14,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++
USE_GMAKE= Yes
USE_GROFF= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/paranoia ${WRKSRC}/scsilib/conf
CONFIGURE_ARGS+= --with-posix-threads=no \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.53 2014/12/28 15:21:50 robert Exp $
# $OpenBSD: Makefile,v 1.54 2015/02/16 22:57:10 naddy Exp $
COMMENT= free Norton Commander clone with many useful features
@ -18,7 +18,6 @@ WANTLIB += c m pcre pthread termcap glib-2.0 gmodule-2.0 slang
WANTLIB += crypto ssl z ssh2
USE_GMAKE= Yes
USE_GROFF= Yes
MODULES= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:23:57 espie Exp $
# $OpenBSD: Makefile,v 1.23 2015/02/16 22:57:10 naddy Exp $
COMMENT= move/copy/append/link multiple files with wildcards
@ -21,7 +21,6 @@ WRKDIST= ${WRKDIR}
EXTRACT_CASES= *.Z) ${GZIP_CMD} -cd ${FULLDISTDIR}/$$archive | \
sed '1,/^\#! \/bin\/sh/d' | sh ;;
PATCH_DIST_ARGS= -z ${DISTORIG} -d ${WRKSRC} --forward --quiet -E ${PATCH_DIST_STRIP} mmv.c
USE_GROFF = Yes
post-extract:
@cd ${WRKSRC} && cat mmv.c.? >mmv.c && rm mmv.c.?

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:23:57 espie Exp $
# $OpenBSD: Makefile,v 1.19 2015/02/16 22:57:10 naddy Exp $
COMMENT= browse or page through a text file
@ -18,7 +18,6 @@ WANTLIB= c m slang termcap
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-slang=${LOCALBASE}
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2014/11/04 16:06:31 dcoppa Exp $
# $OpenBSD: Makefile,v 1.17 2015/02/16 22:57:10 naddy Exp $
COMMENT= chemistry file translation program
@ -26,7 +26,6 @@ BUILD_DEPENDS= devel/boost
LIB_DEPENDS= textproc/libxml
TEST_DEPENDS=${BUILD_PKGPATH}
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.4 2013/03/11 11:23:58 espie Exp $
# $OpenBSD: Makefile,v 1.5 2015/02/16 22:57:10 naddy Exp $
COMMENT= output characters or lines at random intervals
@ -15,7 +15,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c z
USE_GROFF = Yes
NO_TEST= Yes
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2015/02/06 07:20:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.51 2015/02/16 22:57:10 naddy Exp $
COMMENT= shared mime database for desktops
@ -24,7 +24,6 @@ LIB_DEPENDS= devel/glib2 \
textproc/libxml
USE_GMAKE= 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.27 2013/10/11 10:56:00 naddy Exp $
# $OpenBSD: Makefile,v 1.28 2015/02/16 22:57:10 naddy Exp $
COMMENT= X11 viewer for text files
@ -14,7 +14,6 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
CONFIGURE_STYLE=imake
USE_GROFF= Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2013/10/11 10:56:01 naddy Exp $
# $OpenBSD: Makefile,v 1.27 2015/02/16 22:57:10 naddy Exp $
COMMENT= super simple digital timer for X11
@ -14,7 +14,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
CONFIGURE_STYLE=imake
USE_GROFF= Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2013/11/29 15:56:44 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2015/02/16 22:57:10 naddy Exp $
COMMENT= DOS-XTREE(tm) look-a-like file manager
@ -17,7 +17,6 @@ WANTLIB= c curses readline
ALL_TARGET= ytree
USE_GROFF = Yes
NO_TEST= Yes
CFLAGS+= -DCOLOR_SUPPORT -DREADLINE_SUPPORT

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2015/01/21 06:23:34 bentley Exp $
# $OpenBSD: Makefile,v 1.10 2015/02/16 22:57:10 naddy Exp $
COMMENT = tool to play previews of audio and video files
@ -25,7 +25,6 @@ RUN_DEPENDS = multimedia/gstreamer-0.10/plugins-base \
multimedia/gstreamer-0.10/plugins-ugly
BUILD_DEPENDS = ${RUN_DEPENDS}
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2015/01/21 06:23:34 bentley Exp $
# $OpenBSD: Makefile,v 1.6 2015/02/16 22:57:10 naddy Exp $
COMMENT= utility for audio-video information extraction
@ -20,7 +20,6 @@ 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.4 2013/03/11 11:35:44 espie Exp $
# $OpenBSD: Makefile,v 1.5 2015/02/16 22:57:10 naddy Exp $
COMMENT= command line MPEG audio/video/system file toolbox
@ -20,7 +20,6 @@ CONFIGURE_STYLE= simple
CONFIGURE_ENV+= CC="${CXX}"
ALL_TARGET=
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2014/10/23 01:03:39 brad Exp $
# $OpenBSD: Makefile,v 1.37 2015/02/16 22:57:10 naddy Exp $
SHARED_ONLY= Yes
@ -29,7 +29,6 @@ LIB_DEPENDS= graphics/jpeg \
MAKE_FLAGS= V=1
USE_GMAKE= Yes
USE_GROFF= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+=--disable-lirc \
--disable-nvtvsimple \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2013/03/11 11:35:45 espie Exp $
# $OpenBSD: Makefile,v 1.22 2015/02/16 22:57:10 naddy Exp $
COMMENT= active packet sniffer
@ -24,7 +24,6 @@ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" \
INCLUDE="-I${LOCALBASE}/include/libnet-1.0" \
LIBS="`libnet-config-1.0 --libs` -lpcap"
USE_GROFF = Yes
NO_TEST= Yes
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:45 espie Exp $
# $OpenBSD: Makefile,v 1.7 2015/02/16 22:57:10 naddy Exp $
COMMENT= tiny download accelerator
DISTNAME= axel-2.4
@ -18,7 +18,6 @@ WANTLIB= c pthread
MODULES= devel/gettext
USE_GMAKE= Yes
USE_GROFF = Yes
NO_TEST= Yes
CONFIGURE_STYLE=simple

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:45 espie Exp $
# $OpenBSD: Makefile,v 1.9 2015/02/16 22:57:10 naddy Exp $
COMMENT= realtime bandwidth monitoring of interfaces
@ -17,7 +17,6 @@ WANTLIB= c curses
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-libstatgrab
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bwm-ng

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2014/10/22 13:44:45 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:10 naddy Exp $
COMMENT= command-line podcast downloader
@ -30,8 +30,6 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-lm -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/castget
${INSTALL_DATA} ${WRKSRC}/castgetrc.example \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:45 espie Exp $
# $OpenBSD: Makefile,v 1.18 2015/02/16 22:57:10 naddy Exp $
COMMENT= LiveJournal client for Python
@ -16,7 +16,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ljcharm/}
MODULES= lang/python
RUN_DEPENDS= textproc/py-feedparser
USE_GROFF = Yes
NO_TEST= Yes
DOCSDIR= ${PREFIX}/share/doc/charm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:35:45 espie Exp $
# $OpenBSD: Makefile,v 1.19 2015/02/16 22:57:10 naddy Exp $
COMMENT= multiprotocol traceroute tool
@ -19,7 +19,6 @@ RUN_DEPENDS= devel/p5-List-MoreUtils \
NO_BUILD= Yes
NO_TEST= Yes
USE_GROFF = Yes
PKG_ARCH= *
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:46 espie Exp $
# $OpenBSD: Makefile,v 1.9 2015/02/16 22:57:10 naddy Exp $
COMMENT= dhcp daemon ping program
@ -14,7 +14,6 @@ MASTER_SITES= http://www.mavetju.org/download/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:46 espie Exp $
# $OpenBSD: Makefile,v 1.7 2015/02/16 22:57:10 naddy Exp $
COMMENT= Gadu-Gadu IM protocol client
@ -29,7 +29,6 @@ CONFIGURE_ARGS= --enable-dynamic \
--without-libgsm \
--without-libungif
USE_GROFF= Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2013/03/11 11:35:46 espie Exp $
# $OpenBSD: Makefile,v 1.36 2015/02/16 22:57:10 naddy Exp $
COMMENT= gateway acl scanner (via static-source port traceroute)
@ -24,7 +24,6 @@ ALL_TARGET= firewalk
WRKDIST= ${WRKDIR}/Firewalk
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2013/11/21 23:51:54 edd Exp $
# $OpenBSD: Makefile,v 1.15 2015/02/16 22:57:10 naddy Exp $
COMMENT = flickr API library and utility
@ -20,8 +20,6 @@ WANTLIB = c crypto curl>=10 idn>=16 m raptor2 ssl \
MASTER_SITES = http://download.dajobe.org/flickcurl/
USE_GROFF = Yes
LIB_DEPENDS = net/curl \
textproc/libxml,-main \
textproc/raptor>=2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2013/08/07 21:32:16 naddy Exp $
# $OpenBSD: Makefile,v 1.33 2015/02/16 22:57:10 naddy Exp $
SHARED_LIBS += ft 0.0 # .0.0
@ -42,7 +42,6 @@ MAKE_FLAGS+= SUBDIRS="lib src bin configs docs"
FAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/flow-tools
USE_GMAKE= Yes
USE_GROFF= Yes
# let configure generate a new ftconfig.h, the supplied one has
# problems with libwrap

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:35:46 espie Exp $
# $OpenBSD: Makefile,v 1.5 2015/02/16 22:57:10 naddy Exp $
COMMENT= mirror files and directories from a remote FTP server
@ -16,7 +16,6 @@ WANTLIB= c
MAINTAINER= Vladimir Kotal <vlada@devnull.cz>
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
MAN1= fmirror.1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:46 espie Exp $
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:10 naddy Exp $
COMMENT = FTP listing and transfer tools
@ -21,7 +21,6 @@ FAKE_FLAGS = prefix="${DESTDIR}/${PREFIX}"
WRKDIST = ${WRKDIR}/web/${DISTNAME}
USE_GROFF = Yes
NO_TEST = Yes
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2013/03/21 08:46:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.29 2015/02/16 22:57:10 naddy Exp $
COMMENT= icecast source for streaming MP3
@ -52,7 +52,6 @@ CONFIGURE_ARGS+=--without-faad
.endif
SEPARATE_BUILD= Yes
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ices/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:35:47 espie Exp $
# $OpenBSD: Makefile,v 1.15 2015/02/16 22:57:11 naddy Exp $
COMMENT= VPN scanner and identifier
DISTNAME= ike-scan-1.9
@ -17,7 +17,6 @@ WANTLIB= c crypto
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--with-openssl
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2013/10/31 21:12:12 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2015/02/16 22:57:11 naddy Exp $
# $RuOBSD: Makefile,v 1.1.1.1 2002/04/08 02:46:36 form Exp $
COMMENT= IP accounting daemon simulating Cisco ip accounting
@ -15,7 +15,6 @@ WANTLIB= c pcap pthread
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipcad/}
CONFIGURE_STYLE= gnu
USE_GROFF= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:35:47 espie Exp $
# $OpenBSD: Makefile,v 1.15 2015/02/16 22:57:11 naddy Exp $
COMMENT = IP bandwidth analysis tool
@ -16,7 +16,6 @@ MASTER_SITES = ${HOMEPAGE}archive/
EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:35:48 espie Exp $
# $OpenBSD: Makefile,v 1.11 2015/02/16 22:57:11 naddy Exp $
COMMENT= set of internet protocol service daemons for Unix
@ -21,7 +21,6 @@ DOCS= benefits.html ipsvd-cdb.8.html tcpsvd.8.html \
examples.html ipsvd-instruct.5.html udpsvd.8.html \
index.html ipsvd.7.html upgrade.html install.html
PKGDOCS= CHANGES README COPYING
USE_GROFF = Yes
pre-build:
echo "${CC} ${CFLAGS} ${COPTS}" > ${WRKSRC}/conf-cc

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