aboutsummaryrefslogtreecommitdiff
path: root/irc/ratbox-respond
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-27 10:30:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-27 10:30:37 +0000
commitc60e19bf7202a99cee361b7e866e339994cfbe87 (patch)
treebdeee0b358597f38b8e994820967ab033016f4f4 /irc/ratbox-respond
parente2ec0678b3838ba604cdbebdb332a01bf1158912 (diff)
downloadports-c60e19bf7202a99cee361b7e866e339994cfbe87.tar.gz
ports-c60e19bf7202a99cee361b7e866e339994cfbe87.zip
Notes
Diffstat (limited to 'irc/ratbox-respond')
-rw-r--r--irc/ratbox-respond/Makefile32
-rw-r--r--irc/ratbox-respond/pkg-descr2
-rw-r--r--irc/ratbox-respond/pkg-plist8
3 files changed, 15 insertions, 27 deletions
diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile
index f19f36695533..0f4d1c76e4f7 100644
--- a/irc/ratbox-respond/Makefile
+++ b/irc/ratbox-respond/Makefile
@@ -8,39 +8,35 @@
PORTNAME= ratbox-respond
PORTVERSION= 1.0
CATEGORIES= irc sysutils
-MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/${PORTNAME}/ \
- ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/${PORTNAME}/ \
- http://respond.ircd-ratbox.org/download/ \
+MASTER_SITES= http://respond.ratbox.org/download/ \
ftp://ftp.parodius.com/pub/ircd-ratbox/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
+CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME}
+BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
-GNU_CONFIGURE= yes
USE_OPENSSL= yes
-
-EXTDIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKSRC= ${EXTDIR}/${PORTNAME}
+GNU_CONFIGURE= yes
SUB_FILES= pkg-message
-PORTDOCS= challenge.txt
+PORTDOCS= *
+PORTEXAMPLES= *
+PLIST_FILES= bin/ratbox-respond bin/makekeypair
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${EXTDIR}/makekeypair ${PREFIX}/bin
-
- @${MKDIR} ${EXAMPLESDIR}/client-scripts
- ${INSTALL_DATA} ${EXTDIR}/client-scripts/* ${EXAMPLESDIR}/client-scripts
-
-post-install:
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- cd ${EXTDIR} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} challenge.txt ${DOCSDIR}
+.endif
+.if !defined(NOPORTEXAMPLES)
+ @${MKDIR} ${EXAMPLESDIR}/client-scripts
+ ${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${EXAMPLESDIR}/client-scripts
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/irc/ratbox-respond/pkg-descr b/irc/ratbox-respond/pkg-descr
index 3ee523755dd4..4af2896ad35a 100644
--- a/irc/ratbox-respond/pkg-descr
+++ b/irc/ratbox-respond/pkg-descr
@@ -3,4 +3,4 @@ the challenge opering system in ircd-ratbox. The challenge system
provides the ability to oper using private key authentication instead of
passwords to improve security.
-WWW: http://respond.ircd-ratbox.org/
+WWW: http://respond.ratbox.org/
diff --git a/irc/ratbox-respond/pkg-plist b/irc/ratbox-respond/pkg-plist
deleted file mode 100644
index fbded794204c..000000000000
--- a/irc/ratbox-respond/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/ratbox-respond
-bin/makekeypair
-%%EXAMPLESDIR%%/client-scripts/challenge-epic.irc
-%%EXAMPLESDIR%%/client-scripts/challenge-irssi.pl
-%%EXAMPLESDIR%%/client-scripts/challenge-xchat.pl
-%%EXAMPLESDIR%%/client-scripts/README
-@dirrm %%EXAMPLESDIR%%/client-scripts
-@dirrm %%EXAMPLESDIR%%