clean up USE_GROFF in my own ports

This commit is contained in:
naddy 2012-08-06 12:21:05 +00:00
parent da661f0380
commit bdd62947f1
10 changed files with 22 additions and 32 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2012/03/29 13:38:13 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2012/08/06 12:21:05 naddy Exp $
COMMENT= command-line MPEG audio decoder and player
@ -24,7 +24,6 @@ LIB_DEPENDS= audio/libid3tag \
WANTLIB= c id3tag>=3 m mad>=2 sndio z
USE_LIBTOOL= Yes
USE_GROFF = Yes
SEPARATE_BUILD= Yes
AUTOCONF_VERSION=2.59
CONFIGURE_STYLE= autoconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/15 00:22:48 espie Exp $
# $OpenBSD: Makefile,v 1.24 2012/08/06 12:21:05 naddy Exp $
COMMENT= patent-free speech codec
@ -23,7 +23,6 @@ LIB_DEPENDS= audio/libogg
WANTLIB= c m ogg>=5 sndio
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-ogg=${LOCALBASE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2012/05/15 19:51:53 naddy Exp $
# $OpenBSD: Makefile,v 1.45 2012/08/06 12:21:05 naddy Exp $
COMMENT= play, encode, and manage Ogg Vorbis files
@ -27,7 +27,6 @@ LIB_DEPENDS= audio/libao \
audio/speex \
audio/libvorbis
USE_GROFF= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --without-kate

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2012/08/06 12:21:05 naddy Exp $
COMMENT= binary visual display editor, based on vi
@ -9,20 +9,19 @@ HOMEPAGE= http://bvi.sourceforge.net/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
WANTLIB= c ncurses
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bvi/}
EXTRACT_SUFX= .src.tar.gz
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --libdir=${PREFIX}/share
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2012/03/29 13:38:30 sthen Exp $
# $OpenBSD: Makefile,v 1.69 2012/08/06 12:21:05 naddy Exp $
COMMENT= Pico editor clone with enhancements
@ -20,14 +20,14 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext
WANTLIB= c ncursesw
# required to build HTML version of man pages
BUILD_DEPENDS= textproc/groff>=1.21
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# only required to build HTML version of man pages
USE_GROFF = Yes
post-install:
perl -i -pe 's:SYSCONFDIR:${SYSCONFDIR}:g;' \
-e 's:PREFIX:${TRUEPREFIX}:g;' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2012/03/29 13:38:40 sthen Exp $
# $OpenBSD: Makefile,v 1.44 2012/08/06 12:21:05 naddy Exp $
COMMENT= RPN and algebraic scientific calculator
@ -28,7 +28,6 @@ WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0
WANTLIB += gdk-x11-2.0>=1000 gtk-x11-2.0>=1000
WANTLIB += GL gthread-2.0 pthread xcb-render xcb-shm
USE_GROFF = Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2012/03/29 13:38:40 sthen Exp $
# $OpenBSD: Makefile,v 1.40 2012/08/06 12:21:05 naddy Exp $
COMMENT= GTK2-based scientific calculator
@ -15,15 +15,14 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xcomposite Xdamage pcre \
Xrender atk-1.0 c expat fontconfig \
WANTLIB= GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender Xxf86vm \
atk-1.0 c cairo drm expat ffi fontconfig \
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m \
pango-1.0 xml2 z pangocairo-1.0 cairo png \
pangoft2-1.0 pixman-1 pthread-stubs xcb
WANTLIB += GL Xxf86vm drm ffi gthread-2.0 pthread stdc++ xcb-render
WANTLIB += xcb-shm
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m \
pango-1.0 xml2 z pangocairo-1.0 pcre png \
pangoft2-1.0 pixman-1 pthread pthread-stubs stdc++ xcb \
xcb-render xcb-shm
MODULES= devel/gettext \
textproc/intltool
@ -38,7 +37,6 @@ WANTLIB += glade-2.0
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/11/05 08:24:49 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2012/08/06 12:21:05 naddy Exp $
COMMENT= buffer sporadic I/O for faster tape and pipe throughput
@ -23,7 +23,6 @@ MAKE_ENV= CC="${CC}"
WRKDIST= ${WRKDIR}
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/03/07 18:54:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2012/08/06 12:21:05 naddy Exp $
COMMENT= analyze terminal control sequences
@ -24,7 +24,6 @@ WANTLIB= c
CONFIGURE_STYLE=gnu
MAKE_FLAGS= AM_CFLAGS=""
USE_GROFF = Yes
.if ${FLAVOR:L:Mregress}
BUILD_DEPENDS= devel/check

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2012/04/30 19:22:08 jasper Exp $
# $OpenBSD: Makefile,v 1.47 2012/08/06 12:21:05 naddy Exp $
COMMENT= graphics file viewer for X11
@ -28,7 +28,6 @@ LIB_DEPENDS= graphics/png \
graphics/tiff
WANTLIB= X11 c jpeg m png tiff z
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng \
-I${LOCALBASE}/include" \