summaryrefslogtreecommitdiff
path: root/mail/claws-mail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r--mail/claws-mail/Makefile128
1 files changed, 0 insertions, 128 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
deleted file mode 100644
index cd7a47395287..000000000000
--- a/mail/claws-mail/Makefile
+++ /dev/null
@@ -1,128 +0,0 @@
-# New ports collection makefile for: sylpheed-claws
-# Date created: 3 January 2002
-# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sylpheed-claws
-PORTVERSION= 0.7.5
-CATEGORIES= mail news ipv6
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= sylpheed-claws
-DISTNAME= sylpheed-${PORTVERSION}claws
-DISTFILES= ${EXTRACT_ONLY} \
- ${THEMEFILE}
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= corecode@corecode.ath.cx
-
-THEMEVERSION= 2
-THEMEFILE= sylpheed-theme-pak${THEMEVERSION}${EXTRACT_SUFX}
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-USE_GTK= yes
-
-CONFIGURE_ARGS= --program-suffix="-claws" --with-included-gettext \
- --enable-ipv6
-
-CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
-
-.if defined(WITH_PIXBUF) || defined(WITH_ALL)
-LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
-CONFIGURE_ARGS+= --disable-imlib
-.else
-USE_IMLIB= yes
-CONFIGURE_ARGS+= --disable-gdk-pixbuf
-.endif
-.if defined(WITH_GPGME) || defined(WITH_ALL)
-LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme
-RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
-CONFIGURE_ARGS+= --enable-gpgme
-.endif
-.if defined(WITH_COMPFACE) || defined(WITH_ALL)
-LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces
-.else
-CONFIGURE_ARGS+= --disable-compface
-.endif
-.if defined(WITH_JCONV) || defined(WITH_ALL)
-LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv
-.else
-CONFIGURE_ARGS+= --disable-jconv
-.endif
-.if defined(WITH_PSPELL) || defined(WITH_ALL)
-LIB_DEPENDS+= pspell.4:${PORTSDIR}/textproc/pspell
-CONFIGURE_ARGS+= --enable-pspell
-.endif
-.if defined(WITH_JPILOT) || defined(WITH_ALL)
-LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link
-RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
-CONFIGURE_ARGS+= --enable-jpilot
-.endif
-.if defined(WITH_LDAP) || defined(WITH_ALL)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
-CONFIGURE_ARGS+= --enable-ldap
-CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:S/"//g}
-.endif
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-CONFIGURE_ARGS+= --enable-ssl
-.endif
-
-pre-everything::
- @${ECHO} ""
- @${ECHO} "You may define the following build options:"
- @${ECHO} ""
- @${ECHO} " WITH_ALL Enable all options below"
- @${ECHO} ""
- @${ECHO} " WITH_PIXBUF Enable GDK Pixbuf support"
- @${ECHO} " WITH_GPGME Enable GnuPG support using GPGME"
- @${ECHO} " WITH_COMPFACE Enable compface (X-Face) support"
- @${ECHO} " WITH_JCONV Enable enhanced charset conversion"
- @${ECHO} " WITH_PSPELL Enable spell-checking support"
- @${ECHO} " WITH_JPILOT Enable JPilot support"
- @${ECHO} " WITH_LDAP Enable LDAP access support"
- @${ECHO} ""
- @${ECHO} " WITHOUT_SSL Disable OpenSSL support"
- @${ECHO} ""
-
-post-extract:
- @${MKDIR} ${WRKSRC}/themes
- @cd ${WRKSRC}/themes && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS}
-
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" \
- ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl
-.if defined(NOPORTDOCS)
- @${PERL} -pi -e 's|^(SUBDIRS = .*)manual faq (.*)|\1\2|' ${WRKSRC}/Makefile.in
-.endif
-
-pre-build:
- @${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool
-
-post-install:
-.if !defined(NOPORTDOCS)
-.for i in NEWS README README.LDAP README.jp README.claws TODO TODO.jp tools/README.sylprint
- @${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
- @${INSTALL_MAN} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools
-.endif
- @${MKDIR} ${DATADIR}
-.for i in eud2gc.py filter_conv.pl gif2xface.pl ldif-to-xml.py newscache_clean.pl
- @${INSTALL_SCRIPT} ${WRKSRC}/tools/${i} ${DATADIR}
-.endfor
- @for d in `${FIND} ${WRKSRC}/themes`; do \
- if ${TEST} -d $${d}; then ${MKDIR} ${DATADIR}/$${d#${WRKSRC}/}; else \
- ${INSTALL_DATA} $${d} ${DATADIR}/$${d#${WRKSRC}}; fi; \
- done
- @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/tools/sylprint.rc ${PREFIX}/etc/sylprint.rc.example
- @${MKDIR} ${PREFIX}/share/pixmaps
- @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/sylpheed-claws.png
-
-.include <bsd.port.mk>