mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
59786a4636
PR: 60041 Submitted by: maintainer
27 lines
681 B
Makefile
27 lines
681 B
Makefile
# New ports collection makefile for: aslookup
|
|
# Date created: 12.04.2002
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aslookup
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.bugest.net/software/aslookup/
|
|
DISTNAME= aslookup-alpha${PORTVERSION}
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Tool that searches the sequence of AS numbers
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/aslookup ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@if [ ! -d ${PREFIX}/share/doc/aslookup ]; then \
|
|
${MKDIR} ${PREFIX}/share/doc/aslookup; fi
|
|
${INSTALL_DATA} ${WRKSRC}/readme-eng.txt ${WRKSRC}/readme-jp.txt \
|
|
${PREFIX}/share/doc/aslookup
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|