aboutsummaryrefslogtreecommitdiff
path: root/net/aslookup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/aslookup/Makefile')
-rw-r--r--net/aslookup/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/net/aslookup/Makefile b/net/aslookup/Makefile
index 230483448b11..b8f45593788c 100644
--- a/net/aslookup/Makefile
+++ b/net/aslookup/Makefile
@@ -2,25 +2,19 @@
# $FreeBSD$
PORTNAME= aslookup
-PORTVERSION= 0.12
-PORTREVISION= 1
+PORTVERSION= 0.13d
CATEGORIES= net
-MASTER_SITES= http://www.bugest.net/software/aslookup/
-DISTNAME= ${PORTNAME}-alpha${PORTVERSION}
+MASTER_SITES= http://aslookup.bgpview.org/download/ \
+ https://BSDforce.com/source/net/aslookup/
+DISTNAME= ${PORTNAME}-beta${PORTVERSION}
-MAINTAINER= jmohacsi@bsd.hu
+MAINTAINER= portmaster@BSDforge.com
COMMENT= Tool that searches the sequence of AS numbers
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
+CFLAGS+= -DARINDB -DJPNICDB -DAPNICDB
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -E -e "s|CFLAGS.*=|CFLAGS +=|" \
- -e "s|CC.*=|CC ?=|" ${WRKSRC}/Makefile
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aslookup ${STAGEDIR}${PREFIX}/bin
@if [ ! -d ${STAGEDIR}${PREFIX}/share/doc/aslookup ]; then \