USE_GROFF=Yes
This commit is contained in:
parent
0f681543b5
commit
47ff75aa46
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2009/03/08 12:44:45 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= find the country where IP address/hostname originates from
|
||||
|
||||
@ -24,6 +24,7 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --datadir=/var/db \
|
||||
${CONFIGURE_SHARED}
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/GeoIP
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/08/31 20:53:57 marco Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= DNS relay for ad blocking
|
||||
|
||||
@ -24,6 +24,7 @@ LIB_DEPENDS= :libldns->=1.6.5:net/ldns/libldns
|
||||
|
||||
MAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \
|
||||
MANDIR="${TRUEPREFIX}/man/cat"
|
||||
USE_GROFF = Yes
|
||||
|
||||
_files= Hosts.blc Hosts.rsk regex \
|
||||
Hosts.pub Hosts.trc hosts.small resolv.conf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/09/15 22:36:51 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= optimise a list of route prefixes
|
||||
|
||||
@ -15,6 +15,7 @@ WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 18:36:45 espie Exp $
|
||||
COMMENT= aggregation-based network traffic profiler
|
||||
|
||||
DISTNAME= aguri-0.7
|
||||
@ -18,6 +18,7 @@ WANTLIB= c pcap
|
||||
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-configure:
|
||||
@perl -pi -e 's,/usr/local,${PREFIX},' ${WRKDIST}/scripts/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/15 22:36:51 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= SixXS automatic IPv6 connectivity client utility
|
||||
|
||||
@ -22,6 +22,7 @@ WANTLIB= c pthread
|
||||
|
||||
WRKDIST= ${WRKDIR}/aiccu
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_FLAGS= CC='${CC}' RPM_OPT_FLAGS='${CFLAGS} ${DEFS}'
|
||||
DEFS= -DAICCU_CACHE=\"/var/db/aiccu.cache\" \
|
||||
-DAICCU_CONFIG=\"${SYSCONFDIR}/aiccu.conf\"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT-main = another eMule p2p client
|
||||
COMMENT-web = webserver interface to amuled
|
||||
@ -33,6 +33,7 @@ WANTLIB = c m pthread z stdc++
|
||||
|
||||
USE_X11 = Yes
|
||||
USE_GMAKE = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
WANTLIB-main = ${WANTLIB} X11 pthread-stubs wx_gtk2_adv wx_gtk2_core xcb
|
||||
WANTLIB-daemon =${WANTLIB} readline termcap
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= active packet sniffer
|
||||
|
||||
@ -27,6 +27,7 @@ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||
INCLUDE="-I${LOCALBASE}/include/libnet-1.0" \
|
||||
LIBS="`libnet-config-1.0 --libs` -lpcap"
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/06/26 14:32:15 ckuethe Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= Atmel/NWN wireless access point configuration tools
|
||||
|
||||
@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --without-included-gettext \
|
||||
--with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/09/15 22:36:52 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= Prospero client for the archie service
|
||||
|
||||
@ -17,6 +17,7 @@ WANTLIB= c
|
||||
|
||||
WRKDIST= ${WRKDIR}/archie-1.4.1-FIX
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/04/15 19:16:42 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= utilities to read and parse Argus data
|
||||
|
||||
@ -23,6 +23,7 @@ NO_REGRESS= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
||||
BUILD_DEPENDS= ::devel/bison
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAKE_FLAGS= CCOPT="${CFLAGS}"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/04/15 19:15:19 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= Audit Record Generation and Utilization System
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c m pcap
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT = ARP scanning and fingerprinting tool
|
||||
DISTNAME = arp-scan-1.7
|
||||
@ -19,5 +19,6 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
WANTLIB = c pcap
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= ARP reply daemon
|
||||
|
||||
@ -19,6 +19,7 @@ MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
|
||||
|
||||
AUTOCONF_VERSION= 2.52
|
||||
CONFIGURE_STYLE= autoconf
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/arpd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2010/07/25 13:57:34 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT = ARP level ping utility
|
||||
|
||||
@ -26,6 +26,7 @@ CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libnet-1.1 \
|
||||
`libnet-config-1.1 --defines`" \
|
||||
LIBS="-L${LOCALBASE}/lib/libnet-1.1 -lnet"
|
||||
USE_GROFF = Yes
|
||||
|
||||
pre-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/arping
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= monitor arp & rarp requests
|
||||
|
||||
@ -20,6 +20,7 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --quiet
|
||||
MAKE_FLAGS+= ARPDIR=/var/arpwatch
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/arpwatch
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2010/10/11 08:16:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT-main= framework for Multicast DNS Service Discovery
|
||||
COMMENT-gtk= GUI client utilities for avahi
|
||||
@ -52,6 +52,7 @@ MULTI_PACKAGES= -main
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
|
||||
USE_GROFF = Yes
|
||||
WANTLIB= c expat glib-2.0 gobject-2.0 pcre pthread
|
||||
|
||||
BUILD_DEPENDS= ::converters/xmltoman
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2008/06/02 11:39:39 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= tiny download accelerator
|
||||
DISTNAME= axel-1.1
|
||||
@ -21,6 +21,7 @@ WANTLIB= c pthread
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE=simple
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= ftp client for X window system
|
||||
|
||||
@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xext c
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
FLAVORS= gtk
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= tcp proxy with load balancing and failover mechanisms
|
||||
|
||||
@ -22,6 +22,7 @@ MASTER_SITES= http://www.inlab.de/
|
||||
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
ALL_TARGET= balance
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= point-to-point bandwidth measurement tool
|
||||
|
||||
@ -15,6 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2010/05/16 08:31:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2010/10/18 18:36:45 espie Exp $
|
||||
|
||||
COMMENT= IRC proxy to connect to AIM, ICQ, Jabber, MSN and Yahoo
|
||||
|
||||
@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --bindir=${PREFIX}/libexec \
|
||||
--ssl=gnutls
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_ENV= "CC=${CC}" "CFLAGS=${CFLAGS}"
|
||||
FAKE_FLAGS= ETCDIR=${EXAMPLEDIR}
|
||||
FAKE_TARGET= install install-etc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= bluetooth network tools
|
||||
DISTNAME= bluetooth-tools-20081122
|
||||
@ -22,6 +22,7 @@ MAKE_ENV= BINDIR=${TRUEPREFIX}/bin \
|
||||
MANDIR=${TRUEPREFIX}/man/cat \
|
||||
COPTS=-I${LOCALBASE}/include \
|
||||
LDADD=-L${LOCALBASE}/lib
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/08/24 17:24:20 nicm Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= BitTorrent Protocol Daemon
|
||||
|
||||
@ -20,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c crypto m pthread
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/btpd
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:52 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= realtime bandwidth monitoring of interfaces
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB= c curses
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --without-libstatgrab
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bwm-ng
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/04/30 09:41:20 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= command-line WebDAV client
|
||||
|
||||
@ -28,5 +28,6 @@ CONFIGURE_ARGS= --with-ssl \
|
||||
--with-expat \
|
||||
--with-neon="${LOCALBASE}"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/02/16 15:28:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= command-line podcast downloader
|
||||
|
||||
@ -32,6 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-lm -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/castget
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/08/30 21:14:35 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= LiveJournal client for Python
|
||||
|
||||
@ -19,6 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ljcharm/}
|
||||
MODULES= lang/python
|
||||
RUN_DEPENDS= :py-feedparser-*:textproc/py-feedparser
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/charm
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= command-line LiveJournal client
|
||||
DISTNAME= clive-0.4.0
|
||||
@ -19,5 +19,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2007/09/15 22:36:52 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 18:36:46 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.1.1.1 1997/11/05 11:39:40 obrien Exp $
|
||||
|
||||
COMMENT= tcp connection logger daemon
|
||||
@ -17,6 +17,7 @@ WANTLIB= c pcap
|
||||
WRKDIST= ${WRKDIR}/clog
|
||||
ALL_TARGET= freebsd
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/07/12 22:07:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= IPv4/IPv6 traffic collector
|
||||
|
||||
@ -18,6 +18,7 @@ MASTER_SITES= ${HOMEPAGE}/files/
|
||||
|
||||
MAKE_ENV= BINDIR=${TRUEPREFIX}/sbin MANDIR=${TRUEPREFIX}/man/cat
|
||||
CFLAGS+= -DCNUPM_USER=\"_cnupm\"
|
||||
USE_GROFF = Yes
|
||||
|
||||
FLAVORS= static
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= small and efficient HTTP crawler
|
||||
|
||||
@ -23,6 +23,7 @@ LIB_DEPENDS= lib/db/db.=3:db->=3,<4:databases/db/v3
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db"
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/04/07 20:50:09 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= network distribution package for CVS repositories
|
||||
|
||||
@ -20,5 +20,6 @@ WANTLIB= c crypto pthread z
|
||||
|
||||
WRKDIST= ${WRKDIR}/csup
|
||||
FAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/cat
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= multiprotocol traceroute tool
|
||||
|
||||
@ -23,6 +23,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2010/10/14 19:44:26 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
|
||||
|
||||
@ -23,6 +23,7 @@ LIB_DEPENDS= ::devel/libidn
|
||||
WANTLIB= c crypto idn ssl z
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-ca-bundle=/etc/ssl/cert.pem \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
COMMENT-main= network file distribution system
|
||||
@ -47,6 +47,7 @@ WANTLIB-main= ${WANTLIB} ICE SM X11 Xaw Xext Xmu Xt pthread-stubs xcb
|
||||
MAKE_FLAGS= M3FLAGS="${M3FLAGS}"
|
||||
FAKE_FLAGS= PREFIX=${WRKINST}${TRUEPREFIX}
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= portable CVS repository synchronization utility
|
||||
|
||||
@ -20,6 +20,7 @@ MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \
|
||||
ftp://ftp.allbsd.org/pub/cvsync/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_ENV= CVSYNC_DEFAULT_CONFIG="${SYSCONFDIR}/cvsync.conf" \
|
||||
CVSYNCD_DEFAULT_CONFIG="${SYSCONFDIR}/cvsyncd.conf" \
|
||||
INSTALL_MAN_OPTS="-o ${MANOWN} -g ${MANGRP} -m ${MANMODE}" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/06/10 03:57:30 lum Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= network statistics gatherer with graphs
|
||||
|
||||
@ -21,6 +21,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-privdrop-user=_darkstat
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= Direct Connect clone
|
||||
|
||||
@ -25,6 +25,7 @@ LIB_DEPENDS= db:db->=4,<5:databases/db/v4 \
|
||||
xml2::textproc/libxml
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION= 2.57
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/15 22:36:52 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= dhcp daemon ping program
|
||||
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT-main= Dictionary Server Protocol client
|
||||
COMMENT-server= Dictionary Server Protocol server
|
||||
@ -27,6 +27,7 @@ MASTER_SITES= ftp://ftp.us0.dict.org/pub/dict/ \
|
||||
ftp://ftp.at0.dict.org/pub/dict/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --without-local-zlib \
|
||||
--enable-dictorg
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/02/16 10:44:00 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= DNS zone verification tool
|
||||
|
||||
@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.domtools.com/pub/
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2009/12/27 19:34:33 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= caching DNS forwarder and DHCP server
|
||||
|
||||
@ -20,6 +20,7 @@ MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
|
||||
|
||||
MAKE_ENV= CC="${CC}"
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
pre-build:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= DNS queries reflector
|
||||
|
||||
@ -16,6 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/14 07:29:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT = pcap-based DNS query monitor
|
||||
|
||||
@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += c curses pcap
|
||||
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE = gnu dest
|
||||
|
||||
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2008/02/16 20:47:49 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
DISTNAME= dnstracer-1.9
|
||||
CATEGORIES= net
|
||||
@ -18,5 +18,6 @@ MASTER_SITES= http://www.mavetju.org/download/
|
||||
MAINTAINER= joshua stein <jcs@openbsd.org>
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 18:36:46 espie Exp $
|
||||
|
||||
COMMENT= automated domain testing tool
|
||||
|
||||
@ -18,6 +18,7 @@ do-build:
|
||||
mv ${WRKSRC}/doc ${WRKSRC}/doc.dist
|
||||
sed "s,y0y0y0,${PREFIX}/libexec/doc/," ${WRKSRC}/doc.dist >${WRKSRC}/doc
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= X11 over a low bandwidth link
|
||||
VERSION= 3.8.2
|
||||
@ -22,6 +22,7 @@ HOMEPAGE= http://www.vigor.nu/dxpc/
|
||||
LIB_DEPENDS= lzo::archivers/lzo
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS+=--with-lzo-lib=${DEPBASE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= test performance of a remote TCP service
|
||||
|
||||
@ -19,6 +19,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c crypto m ssl
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2008/10/15 14:59:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= Gadu-Gadu IM protocol client
|
||||
|
||||
@ -29,6 +29,7 @@ CONFIGURE_ARGS= --disable-shared \
|
||||
--without-libgsm \
|
||||
--without-libungif
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.68 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.69 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= (E)nhanced (P)rogrammable (I)RC-II (C)lient
|
||||
|
||||
@ -35,6 +35,7 @@ WANTLIB+= perl util
|
||||
|
||||
INSTALL_TARGET= install installhelp
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/11 08:16:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT = graphical network monitor
|
||||
|
||||
@ -45,5 +45,6 @@ LIB_DEPENDS = ::x11/gtk+2 \
|
||||
|
||||
USE_X11 = Yes
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2010/10/11 08:16:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -29,6 +29,7 @@ FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.59
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= streaming source client that uses external en-/decoders
|
||||
|
||||
@ -29,5 +29,6 @@ SEPARATE_BUILD= simple
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/11 08:16:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= fast FTP and SFTP GUI client with a lot of features
|
||||
|
||||
@ -49,6 +49,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
SED=/usr/bin/sed
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
WRKDIST= ${WRKDIR}/filezilla-$V
|
||||
|
||||
do-regress:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= gateway acl scanner (via static-source port traceroute)
|
||||
|
||||
@ -27,6 +27,7 @@ ALL_TARGET= firewalk
|
||||
|
||||
WRKDIST= ${WRKDIR}/Firewalk
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/21 21:14:47 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT = flickr API library and utility
|
||||
|
||||
@ -25,6 +25,7 @@ WANTLIB = c crypto curl.>=10 idn.>=16 m raptor.>=2 ssl \
|
||||
MASTER_SITES = http://download.dajobe.org/flickcurl/
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
LIB_DEPENDS = ::net/curl \
|
||||
::devel/libidn \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/08/30 21:14:35 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
SHARED_LIBS += ft 0.0 # .0.0
|
||||
|
||||
@ -43,6 +43,7 @@ FAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/flow-tools
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
PYTHON_SCRIPTS= bin/flow-log2rrd \
|
||||
bin/flow-rpt2rrd \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/09/03 20:41:49 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= NetFlow collector
|
||||
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= mirror files and directories from a remote FTP server
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB= c
|
||||
MAINTAINER= Vladimir Kotal <vlada@devnull.cz>
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAN1= fmirror.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 18:36:47 espie Exp $
|
||||
# $FreeBSD: ports/net/fping/Makefile,v 1.8 2000/03/22 00:26:51 obrien Exp $
|
||||
|
||||
COMMENT = quickly ping N hosts w/o flooding the network
|
||||
@ -28,6 +28,7 @@ MASTER_SITES = http://spacehopper.org/mirrors/
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = --bindir=${PREFIX}/sbin
|
||||
COPTS += -DHAVE_PROGNAME
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2010/09/26 08:33:12 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
SHARED_LIBS += freeradius-radius 4.0 # .0.0
|
||||
@ -71,6 +71,7 @@ SUBST_VARS+= V
|
||||
USE_GMAKE= Yes
|
||||
# depends on libltdl
|
||||
USE_LIBTOOL= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
BUILD_DEPENDS= ::net/net-snmp
|
||||
LIB_DEPENDS= gdbm.>=3::databases/gdbm \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= console based Jabber client
|
||||
|
||||
@ -29,5 +29,6 @@ AUTOCONF_VERSION= 2.61
|
||||
CONFIGURE_STYLE= gnu autoconf no-autoheader
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2009/12/20 14:58:28 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT = FTP listing and transfer tools
|
||||
|
||||
@ -24,6 +24,7 @@ FAKE_FLAGS = prefix="${DESTDIR}/${PREFIX}"
|
||||
|
||||
WRKDIST = ${WRKDIR}/web/${DISTNAME}
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= automagic packet filter configurator for FTP
|
||||
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pcap
|
||||
|
||||
MASTER_SITES= http://www.sentia.org/downloads/
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/ftpsesame ${PREFIX}/sbin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2010/10/01 10:55:10 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -28,6 +28,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
MODULES= lang/python \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/11 08:16:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= multithreaded gtk2 file transfer client
|
||||
|
||||
@ -33,6 +33,7 @@ FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
MODULES= devel/gettext
|
||||
USE_GROFF = Yes
|
||||
|
||||
BUILD_DEPENDS= ::devel/bison
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/05/26 14:33:01 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -27,6 +27,7 @@ LIB_DEPENDS= h323.>=3::net/h323plus \
|
||||
sqlite3.>=12::databases/sqlite3
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
ALL_TARGET= optshared addpasswd
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= distributed document delivery client
|
||||
|
||||
@ -26,6 +26,7 @@ USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
MAKE_FLAGS= CLIENTLIB=${SYSCONFDIR}/gopher
|
||||
WRKDIST= ${WRKDIR}/gopher
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= ssh through https proxy tunnel
|
||||
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-extract:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/24 16:34:20 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 18:36:47 espie Exp $
|
||||
|
||||
COMMENT= SNMP library based on glib2 and gnet
|
||||
|
||||
@ -21,6 +21,7 @@ MODULES= devel/gettext
|
||||
LIB_DEPENDS= gnet-2.0::net/gnet
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2010/10/11 08:16:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= Gtk-based GUI client for the Gnutella Network
|
||||
|
||||
@ -55,6 +55,7 @@ DESTDIRNAME= INSTALL_PREFIX
|
||||
INSTALL_TARGET= install install.man
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2009/02/18 22:38:33 jdixon Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT = reliable, high performance TCP/HTTP load balancer
|
||||
|
||||
@ -28,6 +28,7 @@ SUBST_VARS = HAPROXYCONF HAPROXYSTATE \
|
||||
MAKE_FILE = Makefile.bsd
|
||||
MAKE_FLAGS += CC="${CC}" LD="${CC}"
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
LIB_DEPENDS = pcre,pcreposix::devel/pcre
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/08/30 21:14:35 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -26,6 +26,7 @@ PATCH_LIST= patch-* align-*
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
MODULES= lang/python
|
||||
LIB_DEPENDS= dnet.>=1::net/libdnet \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= TCP/UDP ping/traceroute tool
|
||||
|
||||
@ -26,6 +26,7 @@ MAKE_FLAGS= CC="${CC}" \
|
||||
|
||||
CONFIGURE_STYLE=simple
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
pre-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/09/24 10:09:42 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT = command line podcast aggregator
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
WANTLIB = c gmp m pthread sqlite3 util
|
||||
|
||||
MODULES = lang/ghc converters/libiconv
|
||||
USE_GROFF = Yes
|
||||
MODGHC_BUILD = cabal hackage nort
|
||||
|
||||
BUILD_DEPENDS = ::devel/hs-ConfigFile \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= HTTP tunneling utility
|
||||
|
||||
@ -19,5 +19,6 @@ WANTLIB= c
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= proxy IRC client with ICB server
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= icecast source for streaming MP3
|
||||
|
||||
@ -55,6 +55,7 @@ CONFIGURE_ARGS+=--without-faad
|
||||
|
||||
SEPARATE_BUILD= simple
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ices/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2007/09/15 22:36:53 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= look at the icmp messages received by the host
|
||||
|
||||
@ -15,6 +15,7 @@ WANTLIB= c
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/07/29 21:13:59 weerd Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT = show Ethernet Multicast memberships
|
||||
|
||||
@ -21,5 +21,6 @@ WANTLIB = c kvm
|
||||
NO_REGRESS = Yes
|
||||
|
||||
FAKE_FLAGS = BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/cat"
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= tool to monitor interface bandwidth usage
|
||||
|
||||
@ -21,6 +21,7 @@ WANTLIB= c
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT = display bandwidth usage on an inteface
|
||||
|
||||
@ -21,6 +21,7 @@ WANTLIB = c curses m pcap pthread
|
||||
MASTER_SITES = ${HOMEPAGE}download/
|
||||
|
||||
CONFIGURE_STYLE = gnu dest
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/iftop ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/05/17 09:07:45 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT = Multicast router utilizing IGMP forwarding
|
||||
|
||||
@ -20,6 +20,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
WANTLIB = c
|
||||
|
||||
USE_GMAKE = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}/igmpproxy/src
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/05/23 23:11:45 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= minimalist IRC client
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= VPN scanner and identifier
|
||||
DISTNAME= ike-scan-1.9
|
||||
@ -20,6 +20,7 @@ WANTLIB= c crypto
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=--with-openssl
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= tunnel IPv4 data through DNS
|
||||
|
||||
@ -18,6 +18,7 @@ MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
WANTLIB= c z
|
||||
|
||||
USE_GROFF = Yes
|
||||
MAKE_ENV= CC=${CC}
|
||||
REGRESS_DEPENDS= ::devel/check
|
||||
REGRESS_TARGET= test
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/10 23:18:58 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= IP traffic summarizer
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB= c m pcap
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 18:36:48 espie Exp $
|
||||
# $RuOBSD: Makefile,v 1.1.1.1 2002/04/08 02:46:36 form Exp $
|
||||
|
||||
COMMENT= IP accounting daemon simulating Cisco ip accounting
|
||||
@ -18,6 +18,7 @@ WANTLIB= c pcap pthread
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipcad/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= small network calculator
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
WANTLIB= c
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/06 08:06:31 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= tool for measuring maximum TCP and UDP bandwidth
|
||||
|
||||
@ -21,6 +21,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf/}
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=--disable-threads
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/src/iperf ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2009/12/26 08:28:08 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT = IP bandwidth analysis tool
|
||||
|
||||
@ -19,6 +19,7 @@ MASTER_SITES = ${HOMEPAGE}archive/
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= simple, secure TCP proxy daemon
|
||||
|
||||
@ -21,6 +21,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipfreely/}
|
||||
WRKDIST= ${WRKDIR}/ipfreely
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/09/15 22:36:54 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= TCP/IP traffic logging tool
|
||||
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pcap pthread
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/09/07 19:21:42 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= set of internet protocol service daemons for Unix
|
||||
|
||||
@ -24,6 +24,7 @@ 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2009/12/22 10:27:42 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= tool for manipulating IPv6 addresses
|
||||
|
||||
@ -22,6 +22,7 @@ WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_FLAGS= CC="${CC}" COPTS+="${CFLAGS}"
|
||||
|
||||
REGRESS_TARGET= test
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2010/10/18 18:36:48 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.19 1998/12/09 20:15:29 billf Exp $
|
||||
|
||||
COMMENT= internet relay chat (irc) server
|
||||
@ -26,6 +26,7 @@ MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
|
||||
CONFIGURE_ARGS= --logdir="/var/log/ircd" \
|
||||
--localstatedir="/var/run" \
|
||||
--sysconfdir=${CONFDIR}
|
||||
USE_GROFF = Yes
|
||||
|
||||
FLAVORS= ipv6 hub
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2009/06/02 17:59:43 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
COMMENT= Internet Relay Chat client
|
||||
|
||||
@ -32,6 +32,7 @@ CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --exec-prefix="${PREFIX}"
|
||||
CONFIGURE_ENV+= IRCLIB='$$(DESTDIR)${PREFIX}/share/ircII'
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/07/12 22:07:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 18:36:48 espie Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
COMMENT = Internet Relay Chat server
|
||||
@ -29,6 +29,7 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
MAKE_FLAGS = AUTOMODULEDIR='$${prefix}/lib/ircd-hybrid/modules' \
|
||||
moduledir='$${prefix}/lib/ircd-hybrid/modules'
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2010/07/31 12:43:25 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/18 18:36:49 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -33,6 +33,7 @@ MAKE_FLAGS= libfe_common_silc_la_LDFLAGS=-avoid-version \
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.63
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2010/05/19 15:04:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2010/10/18 18:36:49 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -26,6 +26,7 @@ MODULES= devel/gettext
|
||||
LIB_DEPENDS= glib-2.0,gmodule-2.0::devel/glib2
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user