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

(-)Makefile (-15 / +9 lines)
Lines 24-51 Link Here
24
SUB_FILES=	pkg-message installguide.txt
24
SUB_FILES=	pkg-message installguide.txt
25
MAN8=		chilli.8
25
MAN8=		chilli.8
26
26
27
OPTIONS=	RAW "Latest Release Of Apache & mySQL" Off \
27
OPTIONS_DEFINE=	APACHE FREERADIUS OPENRADIUS
28
		MATURE "Stable Releases of Apache with mod_ssl &  MySQL" Off \
29
		FREE "freeRADIUS" Off \
30
		OPENR "openradius" Off
31
28
32
.include <bsd.port.pre.mk>
29
FREERADIUS_DESC=depend on FreeRADIUS
30
OPENRADIUS_DESC=depend on OpenRADIUS
33
31
34
.if defined(WITH_RAW)
32
.include <bsd.port.options.mk>
35
RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \
36
	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql50-server
37
.endif
38
33
39
.if defined(WITH_MATURE)
34
.if ${PORT_OPTIONS:MAPACHE}
40
RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13-modssl \
35
USE_APACHE_RUN=	22+
41
	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql41-server
42
.endif
36
.endif
43
37
44
.if defined(WITH_FREE)
38
.if ${PORT_OPTIONS:MFREERADIUS}
45
RUN_DEPENDS+=	radiusd:${PORTSDIR}/net/freeradius
39
RUN_DEPENDS+=	radiusd:${PORTSDIR}/net/freeradius
46
.endif
40
.endif
47
41
48
.if defined(WITH_OPENR)
42
.if ${PORT_OPTIONS:MOPENRADIUS}
49
RUN_DEPENDS+=	radiusd:${PORTSDIR}/net/openradius
43
RUN_DEPENDS+=	radiusd:${PORTSDIR}/net/openradius
50
.endif
44
.endif
51
45
Lines 62-65 Link Here
62
.endif
56
.endif
63
	@${CAT} ${PKGMESSAGE}
57
	@${CAT} ${PKGMESSAGE}
64
58
65
.include <bsd.port.post.mk>
59
.include <bsd.port.mk>

Return to bug 171007