mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
This commit is contained in:
parent
e9b2d1612d
commit
f30824b2ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327736
135 changed files with 172 additions and 185 deletions
|
@ -27,6 +27,7 @@ USE_RC_SUBR= anope
|
|||
OPTIONS_DEFINE= MYSQL
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# XXX Add here other arch which needs -fPIC :-)
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: bip
|
||||
# Date created: 23 October 2007
|
||||
# Whom: Chess Griffin <chess@chessgriffin.com>
|
||||
#
|
||||
# Created by: Chess Griffin <chess@chessgriffin.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bip
|
||||
PORTVERSION= 0.8.8
|
||||
|
@ -33,6 +29,7 @@ PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO
|
|||
|
||||
PORTEXAMPLES= bip.conf bip.vim
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -34,6 +34,7 @@ PLUGINS_DESC= Build a handful of BitchX plugins
|
|||
|
||||
OPTIONS_DEFAULT=PLUGINS SSL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6}
|
||||
|
|
|
@ -48,6 +48,7 @@ CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0
|
|||
USERS= bitlbee
|
||||
GROUPS= bitlbee
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: bnc
|
||||
# Date created: 06 July 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# Created by: Bill Fumerola <billf@chc-chimes.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bnc
|
||||
PORTVERSION= 2.9.4
|
||||
|
@ -22,6 +18,7 @@ DOCS= COPYING Changelog README example.conf
|
|||
BINS= bnc mkpasswd
|
||||
SCRIPTS= bncchk bncsetup
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: bobot++
|
||||
# Date created: Sep 7, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bobotpp
|
||||
PORTVERSION= 2.2.3
|
||||
|
@ -31,6 +26,7 @@ PLIST_FILES= bin/${PORTNAME}
|
|||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGUILE}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: bopm
|
||||
# Date Created: 2004.08.06
|
||||
# Whom: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
||||
#
|
||||
# Created by: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bopm
|
||||
PORTVERSION= 3.1.3
|
||||
|
@ -31,6 +27,7 @@ SUB_LIST= LOGDIR=${LOGDIR}
|
|||
USERS= bopm
|
||||
GROUPS= bopm
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's,data_DATA = bopm.conf.sample,data_DATA =,g' \
|
||||
|
|
|
@ -15,6 +15,7 @@ LICENSE= GPLv2
|
|||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
@${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ CONFIGURE_ARGS= --with-confdir=${ETCDIR} \
|
|||
--with-moduledir=${DATADIR}/modules \
|
||||
--enable-kqueue
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: ctrlproxy
|
||||
# Date created: Oct 22, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ctrlproxy
|
||||
PORTVERSION= 3.0.8
|
||||
|
@ -30,6 +25,7 @@ MAN5= ctrlproxy_config.5
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy.1 ${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy_config.5 ${MANPREFIX}/man/man5
|
||||
|
|
|
@ -17,6 +17,7 @@ BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat
|
|||
|
||||
USES= pkgconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dancer
|
||||
# Date created: 02/01/2003
|
||||
# Whom: Dominic Marks <dom@cus.org.uk>
|
||||
#
|
||||
# Created by: Dominic Marks <dom@cus.org.uk>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dancer
|
||||
PORTVERSION= 4.16
|
||||
|
@ -22,6 +18,7 @@ LDFLAGS+= -lm
|
|||
CPP= #
|
||||
USE_CSTD= gnu89
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/
|
||||
|
|
|
@ -20,6 +20,7 @@ MANCOMPRESSED= yes
|
|||
PORTDOCS= README
|
||||
PLIST_FILES= bin/darkbot %%ETCDIR%%/logs/.pkgcreate
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -26,6 +26,7 @@ LDFLAGS+= -pthread
|
|||
|
||||
PLIST_FILES= bin/dcc
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dircproxy
|
||||
# Date created: 11 January 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dircproxy
|
||||
DISTVERSION= 1.2.0-RC1
|
||||
|
@ -25,6 +21,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
|||
MAN1= dircproxy.1 dircproxy-crypt.1
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
@cd ${WRKSRC}/doc && make install-man
|
||||
|
|
|
@ -29,6 +29,7 @@ NOTIFY_DESC= Libnotify support
|
|||
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -28,6 +28,7 @@ SUB_FILES= pkg-message
|
|||
|
||||
CONFLICTS= eggdrop-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -24,6 +24,7 @@ MAN1= eggdrop.1
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -29,6 +29,7 @@ OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS
|
|||
OPTIONS_DEFAULT= TCL PERL SSL
|
||||
TERMCAP_DESC= Refuse to use terminfo/ncurses
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MIPV6}
|
||||
|
|
|
@ -31,6 +31,7 @@ TERMCAP_DESC= Refuse to use terminfo/ncurses
|
|||
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
|
||||
USES= iconv
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MIPV6}
|
||||
|
|
|
@ -24,6 +24,7 @@ OPTIONS_DEFINE= IPV6 CRYPT
|
|||
OPTIONS_DEFAULT= CRYPT
|
||||
CRYPT_DESC= Enable Encryption
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6}
|
||||
|
|
|
@ -27,6 +27,7 @@ PLIST_SUB+= SSL=""
|
|||
PLIST_SUB+= SSL="@comment "
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-everything::
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: fisg
|
||||
# Date created: 29 Nov 2004
|
||||
# Whom: Pasi Hirvonen <psh@iki.fi>
|
||||
#
|
||||
# Created by: Pasi Hirvonen <psh@iki.fi>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fisg
|
||||
PORTVERSION= 0.3.12
|
||||
|
@ -19,6 +15,7 @@ BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
|||
PORTDOCS= README FAQ
|
||||
MAN1= fisg.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^PREFIX|PREFIX?|' \
|
||||
-e 's|^CC|CC?|' -e 's|^CFLAGS|CFLAGS?|' ${WRKSRC}/src/Makefile
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: gruftistats
|
||||
# Date created: 29 October 2001
|
||||
# Whom: Matthew West <mwest@uct.ac.za>
|
||||
#
|
||||
# Created by: Matthew West <mwest@uct.ac.za>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gruftistats
|
||||
PORTVERSION= 0.2.4
|
||||
|
@ -23,6 +19,7 @@ MAKE_ARGS= NOPORTDOCS=1
|
|||
|
||||
MAN1= gruftistats.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \
|
||||
|
|
|
@ -62,6 +62,7 @@ DBUS_CONFIGURE_ENABLE= dbus
|
|||
NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify
|
||||
NOTIFY_CONFIGURE_ENABLE= libnotify
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC}
|
||||
|
|
|
@ -29,6 +29,7 @@ GROUPS= ${USERS}
|
|||
DAEMONTOOLS_RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools
|
||||
DAEMONTOOLS_CONFIGURE_ENABLE= daemontools
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: icbirc
|
||||
# Date created: 8 Feb 2004
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= icbirc
|
||||
|
@ -20,4 +17,5 @@ MANCOMPRESSED= maybe
|
|||
|
||||
PLIST_FILES= bin/icbirc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,6 +20,7 @@ PORTEXAMPLES= query.sh
|
|||
MAKE_ARGS= -E CC
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= Bot written in Perl with a rabid AI
|
|||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \
|
||||
|
|
|
@ -58,6 +58,7 @@ SQLITE_DESC= Build m_sqlite3 module
|
|||
PCRE_DESC= Build m_regex_pcre module
|
||||
POSIX_DESC= Build m_regex_posix module
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAPAUTH}
|
||||
|
|
|
@ -60,6 +60,7 @@ POSIX_RE_DESC= Build m_regex_posix module
|
|||
PCRE_DESC= Build m_regex_pcre module
|
||||
TRE_DESC= Build m_regex_tre module
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
||||
# Created by: Alfred Perlstein <alfred@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= insub
|
||||
|
@ -21,6 +21,7 @@ USE_PERL5= run
|
|||
|
||||
SCRIPT= ${PORTNAME}.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R}
|
||||
${MKDIR} ${PREFIX}/share/irssi/scripts/
|
||||
|
|
|
@ -28,6 +28,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|||
OPTIONS_DEFINE= IPV6
|
||||
OPTIONS_DEFAULT=IPV6
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: irc2dc
|
||||
# Date created: 24 May 2009
|
||||
# Whom: Maxim Ignatenko
|
||||
#
|
||||
# Created by: Maxim Ignatenko
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= irc2dc
|
||||
PORTVERSION= 0.1
|
||||
|
@ -21,4 +17,5 @@ USE_RC_SUBR= irc2dc
|
|||
PLIST_FILES= bin/irc2dc \
|
||||
etc/irc2dc.conf.dist
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: IrcII Client
|
||||
# Date created: 18 Oct 1994
|
||||
# Whom: torstenb
|
||||
#
|
||||
# Created by: torstenb
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ircii
|
||||
PORTVERSION= 20111115
|
||||
|
@ -22,4 +18,5 @@ MAN1= irc.1 ircII.1 ircbug.1
|
|||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Created by: David Taylor <davidt@yadt.co.uk>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ircd-hybrid
|
||||
PORTVERSION= 8.0.4
|
||||
|
@ -59,6 +58,7 @@ CONFIGURE_ARGS+= \
|
|||
--prefix=${LOCAL} \
|
||||
--datarootdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-su-install:
|
||||
${MKDIR} ${PREFIX}/etc/ircd-hybrid ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
|
||||
${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/
|
||||
|
|
|
@ -57,6 +57,7 @@ SERVICES_DESC= ratbox-services compatibility code
|
|||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
|
|
|
@ -60,6 +60,7 @@ OPTIONS_EXCLUDE= NLS EXAMPLES
|
|||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
|
|
|
@ -33,6 +33,7 @@ AUTHMODULE_DESC= authmodule support
|
|||
DNSBL_DESC= DNSBL support
|
||||
SELECT_DESC= enable select I/O
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# irc.wenet.ru specific options
|
||||
|
|
|
@ -44,6 +44,7 @@ PLIST_SUB= LISPDIR=${LISPDIR} \
|
|||
ETCDIR=${ETCDIR} \
|
||||
XEMACS_ONLY=${XEMACS_ONLY}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: irchat-pj (for xemacs21-mule)
|
||||
# Date Created: 4 May 2001
|
||||
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
||||
#
|
||||
# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../irchat-pj-emacs21
|
||||
|
||||
|
@ -14,4 +10,5 @@ LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
|
|||
ALL_TARGET= package
|
||||
INSTALL_TARGET= install-package
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -30,6 +30,7 @@ OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG
|
|||
MEMDEBUG_DESC= Enable memory debugging
|
||||
FDDEBUG_DESC= Enable file descriptor debugging
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: ircservices
|
||||
# Date created: Sun Oct 27 11:49:48 CET 2002
|
||||
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
||||
#
|
||||
# Created by: Alex Dupre <sysadmin@alexdupre.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ircservices
|
||||
PORTVERSION= 5.1.18
|
||||
|
@ -25,6 +21,7 @@ CONFIGURE_ARGS= -bindest ${PREFIX}/sbin -datdest ${PREFIX}/etc/ircservices -cfla
|
|||
|
||||
IRCSERVICES_LANG?= EN_US
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 700042
|
||||
|
|
|
@ -43,6 +43,7 @@ IROFFER_HTDOCS= iroffer-state.css robots.txt \
|
|||
OPTIONS_DEFINE= CURL RUBY UPNP GEOIP
|
||||
OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCURL}
|
||||
|
|
|
@ -17,6 +17,7 @@ HAS_CONFIGURE= yes
|
|||
CONFIGURE_SCRIPT= Configure
|
||||
CONFLICTS= iroffer-1.* iroffer-dinoex-3.*
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \
|
||||
${WRKSRC}/Configure
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Donald Burr <dburr@FreeBSD.ORG>
|
||||
# Created by: Donald Burr <dburr@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= iroffer
|
||||
|
@ -17,6 +17,7 @@ HAS_CONFIGURE= yes
|
|||
CONFIGURE_SCRIPT= Configure
|
||||
CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.*
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \
|
||||
${WRKSRC}/Configure
|
||||
|
|
|
@ -29,6 +29,7 @@ PLIST_DIRS= lib/irssi/modules/lib
|
|||
|
||||
CFLAGS+= -shared -fPIC -I${LOCALBASE}/include/irssi -I${LOCALBASE}/include/irssi/src -I${LOCALBASE}/include/irssi/src/core -I${LOCALBASE}/include/irssi/src/irc/core -I${LOCALBASE}/include/irssi/src/irc/dcc `pkg-config --cflags glib-2.0`
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKDIR}
|
||||
|
|
|
@ -28,6 +28,7 @@ OPTIONS_DEFAULT= PERL IPV6 SSL
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.16-rc1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Process options.
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: irssi fish
|
||||
# Date created: Tue May 24 03:27:32 UTC 2005
|
||||
# Whom: Jens Holmqvist <zparta@hispan.se>
|
||||
#
|
||||
# Created by: Jens Holmqvist <zparta@hispan.se>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= irssi-fish
|
||||
DISTVERSION= 1.00-RC5
|
||||
|
@ -25,6 +21,7 @@ USE_LDCONFIG= yes
|
|||
PLIST_FILES= lib/irssi/modules/libfish.so
|
||||
PORTDOCS= FiSH-irssi.txt FiSH-irssi_History.txt
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
|
|
@ -28,4 +28,5 @@ PLIST_FILES= lib/irssi/modules/libotr.so \
|
|||
%%DOCSDIR%%/LICENSE %%DOCSDIR%%/README
|
||||
PLIST_DIRS= %%DOCSDIR%%
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/irssi/scripts
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.pl ${PREFIX}/share/irssi/scripts
|
||||
|
|
|
@ -23,6 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/irssi
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --disable-ssl
|
|||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Process options.
|
||||
|
|
|
@ -16,6 +16,7 @@ MAN1= irssistats.1
|
|||
ALL_TARGET= irssistats
|
||||
INSTALL_TARGET= install
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc/irssistats.conf|${PREFIX}/etc/irssistats.conf|g' ${WRKSRC}/irssistats.c
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ SHEBANG_FILES= keitairc
|
|||
|
||||
PLIST_FILES= bin/keitairc
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/keitairc ${PREFIX}/bin
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ NO_BUILD= yes
|
|||
|
||||
SHEBANG_FILES= keitairc
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} -rf
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: konversation
|
||||
# Date created: 15 May 2003
|
||||
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
||||
#
|
||||
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= konversation
|
||||
PORTVERSION= 1.4
|
||||
|
@ -24,4 +20,5 @@ USES= cmake
|
|||
USE_KDE4= kdeprefix pimlibs automoc4
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# New ports collection makefile for: kvirc-qt4
|
||||
# Date created: 2010-07-17
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -qt4
|
||||
|
||||
|
@ -12,4 +7,5 @@ COMMENT= Qt4 based IRC client
|
|||
CONFLICTS= kvirc-4.*
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../kvirc
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -50,6 +50,7 @@ WEBKIT_DESC= Build with QtWebkit support
|
|||
|
||||
PLIST_SUB+= VER="${PORTVERSION:R}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
|
|
|
@ -15,6 +15,7 @@ OPTIONS_DEFAULT= OPENSSL
|
|||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
|
|
|
@ -25,6 +25,7 @@ MAN1= lostirc.1
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: miau
|
||||
# Date created: 23 Apr 2004
|
||||
# Whom: Oliver Eikemeier
|
||||
#
|
||||
# Created by: Oliver Eikemeier
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= miau
|
||||
PORTVERSION= 0.6.6
|
||||
|
@ -39,6 +35,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
CONFIGURE_ARGS+= --enable-ipv6
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
|
|
@ -42,6 +42,7 @@ PLIST_FILES= bin/minbif %%ETCDIR%%/minbif.conf-dist \
|
|||
%%ETCDIR%%/minbif.motd-dist
|
||||
PLIST_DIRS= %%ETCDIR%%
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCACA}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: muh
|
||||
# Date created: 25 Sept 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# Created by: Bill Fumerola <billf@chc-chimes.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= muh
|
||||
PORTVERSION= 2.2a
|
||||
|
@ -19,6 +15,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= "--enable-ipv6"
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Nefarious
|
||||
# Date created: 12 August 2007
|
||||
# Whom: Frank J. Laszlo <laszlof@FreeBSD.org>
|
||||
#
|
||||
# Created by: Frank J. Laszlo <laszlof@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Nefarious
|
||||
PORTVERSION= 1.2.0
|
||||
|
@ -26,6 +22,7 @@ USE_OPENSSL= yes
|
|||
CONFIGURE_ARGS+= --enable-ssl
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(INSTALL_PREFIX)
|
||||
|
|
|
@ -20,4 +20,5 @@ USE_PERL5= configure
|
|||
MAN1= nethirc.pl.1
|
||||
MAN3= NetHirc.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,6 +17,7 @@ MAN1= netwalker.1
|
|||
LDFLAGS+= -lncurses ${PTHREAD_LIBS}
|
||||
CFLAGS?= -O2 -Wall
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \
|
||||
${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd
|
||||
|
|
|
@ -33,6 +33,7 @@ IDENT_DESC=Enable IDENT (AUTH) protocol support
|
|||
SNIFFER_DESC=Enable IRC traffic sniffer
|
||||
DEBUG_DESC=Show additional debug output
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS)
|
||||
|
|
|
@ -17,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes
|
|||
|
||||
LATEST_LINK= irc-ninja
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%IRCLIB%%|${DATADIR}|g" \
|
||||
${WRKSRC}/include/config.h.dist
|
||||
|
|
|
@ -12,6 +12,7 @@ COMMENT= A script that converts IRC logfiles into an HTML statistics page
|
|||
USES= perl5
|
||||
NO_BUILD= YES
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@if [ ! -d ${DATADIR} ]; then \
|
||||
${MKDIR} ${DATADIR}; \
|
||||
|
|
|
@ -22,4 +22,5 @@ MAN3= AnyEvent::IRC::Client.3 \
|
|||
AnyEvent::IRC.3 \
|
||||
AnyEvent::IRC::Util.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,5 @@ MAN3= Bot::BasicBot.3
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -33,4 +33,5 @@ MAN3= IRC::Bot::Hangman.3 \
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,4 +19,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= IRC::Utils.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Object.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
||||
|
|
|
@ -25,6 +25,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::Blowfish.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::Bollocks.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -21,6 +21,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::CoreList.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -29,4 +29,5 @@ MAN1= irchailo-seed.1
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::Hailo.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -25,4 +25,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::Karma.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::POE::Knee.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -21,6 +21,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::QueryDNS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -25,6 +25,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::QueryDNSBL.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -28,6 +28,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Component::IRC::Plugin::RSS::Headlines.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -67,6 +67,7 @@ MAN3= POE::Component::IRC.3 \
|
|||
POE::Filter::IRC.3 \
|
||||
POE::Filter::IRC::Compat.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -38,4 +38,5 @@ MAN3= POE::Component::Server::IRC.3 \
|
|||
POE::Component::Server::IRC::Plugin::OperServ.3 \
|
||||
POE::Component::Server::IRC::Backend.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,4 +17,5 @@ USES= perl5
|
|||
USE_PERL5= configure
|
||||
MAN3= POE::Filter::IRCD.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -27,6 +27,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= POE::Session::Irssi.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
||||
|
|
|
@ -18,6 +18,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Parse::IRC.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501600
|
||||
|
|
|
@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|||
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: pircbot
|
||||
# Date created: 2 June 2002
|
||||
# Whom: Tim Bishop <tim@bishnet.net>
|
||||
#
|
||||
# Created by: Tim Bishop <tim@bishnet.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pircbot
|
||||
PORTVERSION= 1.5.0
|
||||
|
@ -21,6 +17,7 @@ NO_BUILD= yes
|
|||
|
||||
USE_JAVA= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR}
|
||||
.ifndef(NOPORTDOCS)
|
||||
|
|
|
@ -15,6 +15,7 @@ NO_BUILD= YES
|
|||
OPTIONS_DEFINE= LOGCHARSET DOCS
|
||||
LOGCHARSET_DESC= Character set for logfiles
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLOGCHARSET}
|
||||
|
|
|
@ -20,6 +20,7 @@ PLIST_SUB= PSYBASE=${PSYBASE:S,^${PREFIX}/,,}
|
|||
OPTIONS_DEFINE= MENUCONFIG
|
||||
MENUCONFIG_DESC=Configure using menu
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMENUCONFIG}
|
||||
|
|
|
@ -35,6 +35,7 @@ PLIST_SUB= PURELISP=${LISPDIR} \
|
|||
XEMACS_ONLY=${XEMACS_ONLY} \
|
||||
PUREBIN=${PUREBIN}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|CFLAGS=$$(CFLAGS)|| ; \
|
||||
|
|
|
@ -15,4 +15,5 @@ INSTALL_TARGET= install-package
|
|||
PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure
|
||||
MAKE_ENV= LANG=ja_JP.eucJP
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -26,6 +26,7 @@ MAN1= gozerbot.1
|
|||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -24,6 +24,7 @@ PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \
|
|||
dccreceive.py dccsend.py
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 270
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: supybot-plugins
|
||||
# Date created: 2005-07-12
|
||||
# Whom: Radim Kolar
|
||||
#
|
||||
# Created by: Radim Kolar
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= supybot-plugins
|
||||
PORTVERSION= 20060723
|
||||
|
@ -21,6 +17,7 @@ RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot
|
|||
USE_PYTHON= 2.5+
|
||||
USE_BZIP2= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
# Delete, because it now included in irc/py-supybot
|
||||
.for data in BadWords Dunno Success _darcs
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: py-supybot
|
||||
# Date created: 01 March 2004
|
||||
# Whom: Tim Middleton <x@vex.net>
|
||||
#
|
||||
# Created by: Tim Middleton <x@vex.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= supybot
|
||||
PORTVERSION= 0.83.4.1
|
||||
|
@ -27,6 +23,7 @@ MANCOMPRESSED= no
|
|||
MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \
|
||||
supybot-plugin-create.1 supybot-plugin-doc.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.for f in ${MAN1}
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${MAN1PREFIX}/man/man1
|
||||
|
|
|
@ -31,6 +31,7 @@ CMAKE_ARGS+= -DWANT_MONO=${QUASSEL_MONO} \
|
|||
-DWANT_QTCLIENT=${QUASSEL_CLIENT} \
|
||||
-DWITH_LIBINDICATE=OFF
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue