aboutsummaryrefslogtreecommitdiffstats
path: root/www/webresolve/Makefile
blob: b5b8383c132ee3a06a55ccd581faddf0aac63cc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	webresolve
PORTVERSION=	0.2.0
PORTREVISION=	2
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
WWW=		https://siag.nu/webresolve/

LICENSE=	GPLv2

HAS_CONFIGURE=	yes
ALL_TARGET=	webresolve

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; s|\-g||' \
		-e 's|$$(PREFIX)/man|$$(PREFIX)/share/man|' \
		${WRKSRC}/configure

.include <bsd.port.mk>