View | Details | Raw Unified | Return to bug 146902
Collapse All | Expand All

(-)Makefile (-6 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	sams
8
PORTNAME=	sams
9
DISTVERSION=	1.0.5
9
DISTVERSION=	1.0.5
10
PORTREVISION=	2
10
PORTREVISION=	3
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	www
12
CATEGORIES=	www
13
MASTER_SITES=	http://sams.perm.ru/download/ \
13
MASTER_SITES=	http://sams.perm.ru/download/ \
Lines 22-28 Link Here
22
USE_RC_SUBR=	sams.sh
22
USE_RC_SUBR=	sams.sh
23
23
24
OPTIONS=	NTLM	"NTLM autorization/ActiveDirectory support"	off \
24
OPTIONS=	NTLM	"NTLM autorization/ActiveDirectory support"	off \
25
		APACHE22	"Use apache version 2.2"	on \
26
		INSTALLGD 	"Graphic reports"		on
25
		INSTALLGD 	"Graphic reports"		on
27
26
28
USE_GMAKE=	yes
27
USE_GMAKE=	yes
Lines 47-56 Link Here
47
USE_PHP+=	ldap
46
USE_PHP+=	ldap
48
.endif
47
.endif
49
48
50
.if defined(WITH_APACHE22)
49
.if defined(WITH_APACHE)
51
RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22
50
USE_APACHE=	1.3+
52
.else
53
RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13
54
.endif
51
.endif
55
52
56
.if defined(WITH_INSTALLGD)
53
.if defined(WITH_INSTALLGD)

Return to bug 146902