1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/webresolve/Makefile
Vanilla I. Shu a9e9db39ed 1: Stagify.
2: Add LICENSE.

Approved by:	portmgr@ (blanket approval)portmgr@ (blanket approval)portmgr@ (blanket approval)portmgr@ (blanket approval)
2014-07-02 08:04:10 +00:00

24 lines
508 B
Makefile

# Created by: Joseph Scott <joseph@randomnetworks.com>
# $FreeBSD$
PORTNAME= webresolve
PORTVERSION= 0.2.0
PORTREVISION= 1
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
LICENSE= GPLv2
HAS_CONFIGURE= yes
ALL_TARGET= webresolve
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; s|\-g||' \
${WRKSRC}/configure
.include <bsd.port.mk>