blob: 0a87b982cc40d1dd4caa6087ceb998c7bc827e76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# New ports collection makefile for: free-sa-devel
# Date created: 27 Jul 2009
# Whom: Alexander Moisseev <moiseev@mezonplus.ru>
#
# $FreeBSD$
#
PORTNAME= free-sa
PORTVERSION= 2.0.0b2
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= free-sa/free-sa-dev/2.0.0b2%20_Big%20Change%20Edition_/
PKGNAMESUFFIX= -devel
MAINTAINER= moiseev@mezonplus.ru
COMMENT= Statistic analyzer for daemons log files similar to SARG
MAKE_JOBS_SAFE= yes
CONFLICTS= free-sa-[0-9]*
LATEST_LINK= free-sa-devel
WWWDIR?= ${PREFIX}/www/data/${PORTNAME}
DOCSDIR= share/doc/free-sa-${DISTVERSION}
PORTDOCS= COPYING ChangeLog FAQ INSTALL README README.DEV THANKS
MAN1= free-sa.1
MAN5= free-sa.conf.5
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not configure on sparc64
.endif
.if defined(NOPORTDOCS)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile
.endif
.if ${ARCH} == "i386"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-i386.mk
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk
.endif
.include <bsd.port.post.mk>
|