blob: d4d2a5050242fb549e51cc74f71aefdaf1b7f49f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: free-sa
# Date created: 22 Mar 2007
# Whom: Anton Karpov <toxa@toxahost.ru>
#
# $FreeBSD$
#
PORTNAME= free-sa
PORTVERSION= 1.2.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= toxa@toxahost.ru
COMMENT= Statistic analyzer for daemons log files similar to SARG
USE_GMAKE= yes
MAN1= free-sa.1
MAN5= free-sa.conf.5
.include <bsd.port.mk>
|