61088c5833
Use a PLIST_SUB for the plist. The port defines NO_MTREE, so mkdir ${PREFIX}/bin to make sure it exists. (Necessary for installations into prefixes [prefices?] that don't yet exist.)
174 lines
5.2 KiB
Makefile
174 lines
5.2 KiB
Makefile
# New ports collection makefile for: mozilla-thunderbird
|
|
# Date created: 4 September 2003
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= thunderbird
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
|
MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
mng.1:${PORTSDIR}/graphics/libmng \
|
|
freetype.9:${PORTSDIR}/print/freetype2 \
|
|
nspr4.1:${PORTSDIR}/devel/nspr
|
|
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
|
freetype-config:${PORTSDIR}/print/freetype2
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
USE_PERL5= yes
|
|
USE_REINPLACE= yes
|
|
HAS_CONFIGURE= yes
|
|
ALL_TARGET= default
|
|
USE_GNOME= gtk20 libidl
|
|
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
|
|
PKGINSTALL= ${WRKDIR}/pkg-install
|
|
|
|
NO_MTREE= yes
|
|
WRKSRC= ${WRKDIR}/mozilla
|
|
LOCAL_SUBDIR= lib/${PORTNAME}
|
|
LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR}
|
|
ESD_LIB= libesd.so.2
|
|
|
|
PLIST_SUB+= TBVER="${PORTVERSION}"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
|
|
IGNORE= "core dumps at runtime"
|
|
.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035
|
|
|
|
.if defined(WITH_DEBUG)
|
|
WITH_LOGGING= yes
|
|
CONFIGURE_ENV+= WITH_DEBUG=yes
|
|
.endif # defined(WITH_DEBUG)
|
|
|
|
.if defined(WITH_OPTIMIZED_CFLAGS)
|
|
CFLAGS+= -O2
|
|
CONFIGURE_ENV+= WITH_OPTIMIZE=-O2
|
|
.else
|
|
CONFIGURE_ENV+= WITH_OPTIMIZE=-O
|
|
.endif # defined(WITH_OPTIMIZED_CFLAGS)
|
|
|
|
.if defined(WITH_LOGGING)
|
|
CONFIGURE_ENV+= WITH_LOGGING=yes
|
|
.endif # defined(WITH_LOGGING)
|
|
|
|
.if defined(WITHOUT_XFT)
|
|
CONFIGURE_ENV+= WITHOUT_XFT=yes
|
|
.else
|
|
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
|
|
.endif # !defined(WITHOUT_XFT)
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
LDFLAGS+= -L${X11BASE}/lib
|
|
LIBS+= ${PTHREAD_LIBS}
|
|
|
|
pre-extract::
|
|
@${ECHO_MSG}
|
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
|
@${ECHO_MSG}
|
|
|
|
post-extract::
|
|
@${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \
|
|
-e 's|@CFLAGS@|${CFLAGS}|' \
|
|
-e 's|@LDFLAGS@|${LDFLAGS}|' \
|
|
-e 's|@LIBS@|${LIBS}|' \
|
|
-e 's|@X11BASE@|${X11BASE}|' \
|
|
-e 's|@LOCALBASE@|${LOCALBASE}|' \
|
|
-e 's|@PREFIX@|${LOCAL_PREFIX}|' \
|
|
-e 's|@PERL@|${PERL5}|' \
|
|
<${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/build/unix/run-mozilla.sh
|
|
@${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \
|
|
s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/configure \
|
|
${WRKSRC}/nsprpub/configure
|
|
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/nsprpub/configure \
|
|
${WRKSRC}/security/coreconf/FreeBSD.mk \
|
|
${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \
|
|
${WRKSRC}/js/src/Makefile.in
|
|
@${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|${ESD_LIB}|g' \
|
|
${WRKSRC}/widget/src/gtk2/nsSound.cpp
|
|
@${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \
|
|
${WRKSRC}/modules/libpref/src/init/all.js \
|
|
${WRKSRC}/extensions/sroaming/resources/content/prefs/all.js \
|
|
${WRKSRC}/modules/libpref/src/init/all.js
|
|
@${REINPLACE_CMD} -e 's|<iconv.h>|\"${LOCALBASE}/include/iconv.h\"|g' \
|
|
${WRKSRC}/configure \
|
|
${WRKSRC}/intl/uconv/native/nsNativeUConvService.cpp \
|
|
${WRKSRC}/xpcom/io/nsNativeCharsetUtils.cpp
|
|
@${SED} -e 's|%%MOZDIR%%|${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}|g' \
|
|
< ${MASTERDIR}/pkg-install.in > ${PKGINSTALL}
|
|
|
|
pre-configure:
|
|
@if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
|
|
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
|
|
${FALSE}; \
|
|
fi
|
|
|
|
post-build:
|
|
# XXX This works around an install problem that is triggered when
|
|
# toolkit/profile/src is built after profile/src.
|
|
@${TOUCH} -f ${WRKSRC}/profile/build/libprofile.so
|
|
|
|
pre-install:
|
|
${RM} -fr ${LOCAL_PREFIX}
|
|
${MKDIR} ${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/extensions.port
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${FILESDIR}/Extensions.rdf \
|
|
${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/extensions.port
|
|
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
${MKDIR} ${PREFIX}/bin
|
|
${RM} -f ${PREFIX}/bin/thunderbird
|
|
${LN} -s ${LOCAL_PREFIX}/bin/thunderbird \
|
|
${PREFIX}/bin/thunderbird
|
|
${RM} -f ${PREFIX}/bin/thunderbird-config
|
|
${LN} -s ${LOCAL_PREFIX}/bin/thunderbird-config \
|
|
${PREFIX}/bin/thunderbird-config
|
|
${RM} -fr ${LOCAL_PREFIX}/share/idl
|
|
${RM} -fr ${LOCAL_PREFIX}/include
|
|
.for ii in mac win
|
|
.for jj in / .jar
|
|
${RM} -fr ${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/chrome/en-${ii}${jj}
|
|
.endfor
|
|
.endfor
|
|
|
|
cons-plist:
|
|
-${RM} -f ${PLIST}
|
|
${TOUCH} ${PLIST}
|
|
${ECHO_CMD} bin/thunderbird >>${PLIST}
|
|
${ECHO_CMD} bin/thunderbird-config >>${PLIST}
|
|
.for i in ${EXTRA_SCRIPTS}
|
|
${ECHO_CMD} bin/${i} >>${PLIST}
|
|
.endfor # i in ${EXTRA_SCRIPTS}
|
|
cd ${PREFIX}; \
|
|
${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \
|
|
${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \
|
|
| ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \
|
|
>> ${PLIST}; \
|
|
${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r | ${SED} -e \
|
|
"s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" >> ${PLIST}; \
|
|
${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \
|
|
| ${SED} -e "s:^:@dirrm :" | ${GREP} / >> ${PLIST}
|
|
|
|
.include <bsd.port.post.mk>
|