mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# New ports collection makefile for: webresolve
|
|
# Date created: Wed 6 Dec 2000
|
|
# Whom: Joseph Scott <joseph@randomnetworks.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= webresolve
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://siag.nu/pub/webresolve/ \
|
|
ftp://siag.nu/pub/webresolve/
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
COMMENT= Webresolve resolves IP addresses to host names in web log files
|
|
|
|
ALL_TARGET= webresolve
|
|
|
|
MAN1= webresolve.1 splitwr.1
|
|
|
|
.include <bsd.port.mk>
|