freebsd-ports/french/mozilla-flp/Makefile
Erwin Lansing 74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00

62 lines
1.9 KiB
Makefile

# Ports collection Makefile for: mozilla-flp
# Date created: Sat Nov 01, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= ${GECKO}-flp
PORTVERSION= ${MOZVERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= french www
MASTER_SITES= SF/frenchmozilla/French%20SeaMonkey/${PORTVERSION} \
http://frenchmozilla.sourceforge.net/FTP/${PORTVERSION}${DISTURL}/
DISTNAME= ${GECKO}-${PORTVERSION}.fr-FR.langpack
MAINTAINER= ports@FreeBSD.org
COMMENT= ${GECKO} French Language Pack (FLP)
DEPRECATED= www/${GECKO} port is deprecated. Consider using the www/firefox-i18n.
EXPIRATION_DATE= 2010-12-31
WRKSRC= ${WRKDIR}/bin
REPS= defaults/profile/FR/chrome defaults/messenger/FR defaults/isp/FR \
components/myspell
FICHIERS= chrome/FR.jar chrome/fr-FR.jar chrome/fr-unix.jar \
components/myspell/fr-FR.aff components/myspell/fr-FR.dic \
defaults/isp/FR/movemail.rdf defaults/messenger/FR/mailViews.dat \
defaults/profile/FR/bookmarks.html \
defaults/profile/FR/chrome/userChrome-example.css \
defaults/profile/FR/chrome/userContent-example.css \
defaults/profile/FR/localstore.rdf defaults/profile/FR/mimeTypes.rdf \
defaults/profile/FR/panels.rdf defaults/profile/FR/search.rdf \
searchplugins/jeeves.gif searchplugins/jeeves.src searchplugins/dmoz.gif\
searchplugins/dmoz.src searchplugins/google.gif searchplugins/google.src\
searchplugins/googlefr.gif searchplugins/googlefr.src
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozex/Makefile.xpi"
.if ${GECKO} == mozilla
MOZVERSION= 1.7.13
DISTURL= # No subdir
FICHIERS+= defaults/isp/FR/gmail.rdf
PLIST_SUB+= MOZ=""
.else
MOZVERSION= 1.1.18
DISTURL= /SeaMonkey
DISTINFO_FILE= ${MASTERDIR}/distinfo.seamonkey
PLIST_SUB+= MOZ="@comment "
.endif
do-install:
.for rep in ${REPS}
@${MKDIR} ${MOZDIR}/${rep}
.endfor
.for fichier in ${FICHIERS}
@${INSTALL_DATA} ${WRKSRC}/${fichier} ${MOZDIR}/`dirname ${fichier}`
.endfor
.include <bsd.port.post.mk>