This commit is contained in:
sthen 2010-10-19 09:21:04 +00:00
parent 8e072131b6
commit 6c4df69385
12 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/10/18 20:52:05 espie Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/19 09:21:04 sthen Exp $
COMMENT= C-style arbitrary precision calculator
@ -28,7 +28,7 @@ MAKE_FLAGS=\
READLINE_LIB='-lreadline -lcurses' \
LCC=${CC} \
CFLAGS='${CFLAGS} -DCALC_SRC $${CCWARN}'
USE_GROFF = Yes
USE_GROFF = Yes
REGRESS_TARGET= check

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/10/18 20:52:05 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/19 09:21:04 sthen Exp $
COMMENT = elliptic curve method (ECM) factorization library
@ -26,7 +26,7 @@ CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
USE_GROFF = Yes
post-install:
${INSTALL_MAN} ${WRKSRC}/ecm.1 ${PREFIX}/man/man1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2010/10/18 20:52:05 espie Exp $
# $OpenBSD: Makefile,v 1.31 2010/10/19 09:21:04 sthen Exp $
# $FreeBSD: ports/math/grace/Makefile,v 1.18 2001/04/25 05:59:19 lkoeller Exp $
# Original from: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --with-bundled-xbae \
--with-extra-incpath=${LOCALBASE}/include:${LOCALBASE}/include/libpng \
--with-extra-ldpath=${LOCALBASE}/lib \
--enable-grace-home=${PREFIX}/grace
USE_GROFF = Yes
USE_GROFF = Yes
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
png.>=2::graphics/png \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/10/18 20:52:06 espie Exp $
# $OpenBSD: Makefile,v 1.20 2010/10/19 09:21:04 sthen Exp $
SHARED_ONLY= Yes
@ -19,6 +19,6 @@ LIB_DEPENDS= gmp.>=4::devel/gmp
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/10/18 20:52:07 espie Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/19 09:21:04 sthen Exp $
# Original from: Kyle Wheeler <kyle@memoryhole.net>
COMMENT = natural-expression command-line calculator
@ -23,6 +23,6 @@ USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
USE_GROFF = Yes
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/10/18 20:52:07 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/19 09:21:04 sthen Exp $
COMMENT= spreadsheet program under X11
@ -20,7 +20,7 @@ USE_X11= Yes
CONFIGURE_STYLE= gnu old
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib"
USE_GROFF = Yes
USE_GROFF = Yes
INSTALL_TARGET= install install.man

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2010/10/18 20:52:07 espie Exp $
# $OpenBSD: Makefile,v 1.37 2010/10/19 09:21:04 sthen Exp $
COMMENT-main= network-capable tape backup (client and tape server)
COMMENT-client= network-capable tape backup (client only)
@ -65,7 +65,7 @@ CONFIGURE_ARGS= --disable-shared \
--with-configdir=${SYSCONFDIR}/amanda \
--with-user=operator \
--with-group=operator
USE_GROFF = Yes
USE_GROFF = Yes
# Use this flavor to speed things up if you have large AMANDA
# databases.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/18 20:52:07 espie Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/19 09:21:04 sthen Exp $
COMMENT = generates ASCII banner art
@ -25,7 +25,7 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
figlet-contributed-06092002${EXTRACT_SUFX}:0
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}" \
DEFAULTFONTDIR=${PREFIX}/share/figlet
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/10/18 20:52:09 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/19 09:21:04 sthen Exp $
COMMENT= tool to programm the eeprom on FTDI usb devices
@ -16,6 +16,6 @@ MASTER_SITES= http://www.bwct.de/
FAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \
MANDIR="${TRUEPREFIX}/man/cat"
USE_GROFF = Yes
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/10/18 20:52:09 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/19 09:21:04 sthen Exp $
COMMENT= GNU getopt(1) utility
@ -25,7 +25,7 @@ MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-lintl -liconv" \
CC="${CC}"
USE_GROFF = Yes
USE_GROFF = Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/10/18 20:52:09 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/19 09:21:04 sthen Exp $
COMMENT= genealogical research and analysis management program system
@ -38,6 +38,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--localedir=${LOCALBASE}/share/locale \
--disable-scrollkeeper \
--enable-packager-mode
USE_GROFF = Yes
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/10/18 20:52:10 espie Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/19 09:21:04 sthen Exp $
COMMENT= Unicode utilities
@ -24,6 +24,6 @@ CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-lintl -liconv"
USE_GROFF = Yes
USE_GROFF = Yes
.include <bsd.port.mk>