freebsd-ports/www/logtools/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

21 lines
490 B
Makefile

# New ports collection makefile for: logtools
# Date created: 8 January 2002
# Whom: Mark Huizer; Eindhoven
#
# $FreeBSD$
#
PORTNAME= logtools
PORTVERSION= 0.13d
CATEGORIES= www
MASTER_SITES= http://www.coker.com.au/logtools/ \
LOCAL/chinsan/logtools/
EXTRACT_SUFX= .tgz
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Useful tools to deal with CLF files (Common Log File format)
GNU_CONFIGURE= yes
MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
.include <bsd.port.mk>