aboutsummaryrefslogtreecommitdiffstats
path: root/net/irrd/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-02 07:05:26 +0800
committerbapt <bapt@FreeBSD.org>2014-09-02 07:05:26 +0800
commitcdc767a8b93346cbb26e16165c2163d60931e8b6 (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/irrd/Makefile
parent4ed2b58372991749c1637ba65a70c2e6854a4dfc (diff)
downloadfreebsd-ports-gnome-cdc767a8b93346cbb26e16165c2163d60931e8b6.tar.gz
freebsd-ports-gnome-cdc767a8b93346cbb26e16165c2163d60931e8b6.tar.zst
freebsd-ports-gnome-cdc767a8b93346cbb26e16165c2163d60931e8b6.zip
Remove non staged ports without pending PR from net-p2p, net and news
Diffstat (limited to 'net/irrd/Makefile')
-rw-r--r--net/irrd/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
deleted file mode 100644
index eeb62b46b624..000000000000
--- a/net/irrd/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: TAKANO Yuji <takano@net-chef.net>
-# $FreeBSD$
-
-PORTNAME= irrd
-PORTVERSION= 2.3.10
-PORTREVISION= 1
-CATEGORIES= net ipv6
-MASTER_SITES= http://www.irrd.net/
-DISTNAME= ${PORTNAME}${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Internet Routing Registry database server
-
-WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/src
-
-RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
-
-MAN8= irrd.8
-
-IRRD_CONFDIR= ${PREFIX}/etc
-
-USE_RC_SUBR= irrd
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= YACC="${YACC}"
-MAKE_JOBS_UNSAFE= yes
-#CONFIGURE_ARGS+= --disable-thread
-
-.if defined(WITHOUT_IPV6)
-CONFIGURE_ARGS+= --disable-ipv6
-.else
-CONFIGURE_ARGS+= --enable-ipv6
-.endif
-
-NO_STAGE= yes
-post-patch:
- ${REINPLACE_CMD} -e 's|/etc/irrd.conf|${IRRD_CONFDIR}/irrd.conf|g' \
- ${WRKSRC}/programs/IRRd/irrd.8 \
- ${WRKSRC}/programs/IRRd/main.c \
- ${WRKSRC}/programs/irr_rpsl_submit/main.c \
- ${WRKSRC}/programs/irr_notify/main.c \
- ${WRKSRC}/programs/irr_rpsl_check/main.c \
- ${WRKSRC}/programs/rps_dist/rpsdist.c \
- ${WRKSRC}/programs/irrdcacher/irrdcacher \
- ${WRKSRC}/programs/hdr_comm/read_conf.c
-
-post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/programs/irrdcacher/irrdcacher ${PREFIX}/sbin
- @${INSTALL_SCRIPT} ${WRKSRC}/programs/irrdcacher/ripe2rpsl ${PREFIX}/sbin
- @${INSTALL_DATA} ${WRKSRC}/../samples/irrd.conf.sample ${IRRD_CONFDIR}
- @${INSTALL_DATA} ${WRKSRC}/programs/IRRd/irrd.8 ${PREFIX}/man/man8
-
-.include <bsd.port.mk>