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/exim-doc-html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/mail/exim-doc-html/Makefile
PORTNAME=	exim
PORTVERSION=	4.95
CATEGORIES=	mail
MASTER_SITES=	EXIM
MASTER_SITE_SUBDIR=	/exim4/ \
			/exim4/old/
PKGNAMESUFFIX=	-doc-${DOCFORMAT}
DISTNAME=	exim-${DISTDOCFORMAT}-${PORTVERSION}
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR=	exim

MAINTAINER=	fluffy@FreeBSD.org
COMMENT=	Documentation for the Exim MTA in multiple formats
WWW=		https://www.exim.org/

USES=		tar:bzip2

DOCFORMAT?=	html
DISTDOCFORMAT?=	${DOCFORMAT}
AVAILABLE_FORMATS=	html \
					pdf \
					postscript
NO_BUILD=	yes

OPTIONS_DEFINE=	DOCS

.if make(makesum) && !defined(FETCH_ALL)
.error "You forgot to define FETCH_ALL to create the sane distinfo"
.endif

.if defined(FETCH_ALL)
. for _df in ${AVAILABLE_FORMATS}
.  if ${_df} != ${DOCFORMAT}
DISTFILES+=	exim-${_df}-${PORTVERSION}${EXTRACT_SUFX}
.  endif
. endfor
.endif

.if ${DOCFORMAT} == "html"
PORTDOCS=	html
.elif ${DOCFORMAT} == "pdf"
PORTDOCS=	*.pdf
.elif ${DOCFORMAT} == "postscript"
PORTDOCS=	*.ps
.elif ${DOCFORMAT} == "info"
IGNORE=	exim no longer provides documentation in info format
.else
pre-everything::
	@ ${ECHO} 'ERROR: invalid value for DOCFORMAT: "${DOCFORMAT}"'
	@ ${ECHO} 'Possible values are "html", "pdf", and "postscript".'
	@ ${FALSE}
.endif

do-install:
	@ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.if ${DOCFORMAT} == "html"
	${TAR} -C ${WRKSRC}/exim-html-current/doc -cf - html | \
		${TAR} --unlink -C ${STAGEDIR}${DOCSDIR} -xf -
.elif ${DOCFORMAT} == "pdf"
	@ ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}
.elif ${DOCFORMAT} == "postscript"
	@ ${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${STAGEDIR}${DOCSDIR}
.else
	@${FALSE}
.endif

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit