2006-02-08 15:04:24 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2006/02/08 20:04:24 sturm Exp $
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
2003-04-22 10:10:11 -04:00
|
|
|
COMMENT= "lightweight GTK+ based mail/news client"
|
2005-04-12 16:29:26 -04:00
|
|
|
COMMENT-dillo= "dillo plugin for sylpheed-claws"
|
|
|
|
COMMENT-docs= "sylpheed-claws FAQ and documentation"
|
|
|
|
COMMENT-imageviewer= "image viewer plugin for sylpheed-claws"
|
|
|
|
COMMENT-spamassassin= "spamassassin plugin for sylpheed-claws"
|
|
|
|
COMMENT-themes= "sylpheed-claws themes"
|
|
|
|
COMMENT-trayicon= "system tray icon plugin for sylpheed-claws"
|
|
|
|
|
|
|
|
VERSION= 1.9.6
|
|
|
|
DISTNAME= sylpheed-claws-${VERSION}
|
2006-01-18 12:31:54 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2005-04-12 16:29:26 -04:00
|
|
|
THEMEFILE= sylpheed-iconset-20040929
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
CATEGORIES= mail news x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://sylpheed-claws.sourceforge.net/
|
|
|
|
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
PERMIT_PACKAGE_FTP= yes
|
|
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
|
|
PERMIT_DISTFILES_FTP= yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
|
2005-04-12 16:29:26 -04:00
|
|
|
DISTFILES= ${DISTNAME}.tar.gz ${THEMEFILE}.tar.gz
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
2004-08-10 05:14:47 -04:00
|
|
|
MODULES= devel/gettext
|
2005-04-12 16:29:26 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= gdk_pixbuf-2.0.0.0::x11/gtk+2
|
|
|
|
|
2006-01-18 12:31:54 -05:00
|
|
|
WANTLIB= X11 Xext Xft Xrender crypto \
|
2005-04-12 16:29:26 -04:00
|
|
|
fontconfig freetype m ssl \
|
|
|
|
atk-1.0.0.0 gdk-x11-2.0.0.0 glib-2.0.0.0 \
|
|
|
|
gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 \
|
2006-01-18 12:31:54 -05:00
|
|
|
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
|
|
|
|
pangoft2-1.0.0.0
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2005-04-12 16:29:26 -04:00
|
|
|
CONFIGURE_ARGS= --program-suffix="-claws" \
|
|
|
|
--enable-ipv6 --enable-openssl \
|
|
|
|
--enable-gdk-pixbuf --disable-imlib \
|
2003-07-04 09:06:12 -04:00
|
|
|
--enable-spamassassin-plugin \
|
2005-04-12 16:29:26 -04:00
|
|
|
--disable-clamav-plugin \
|
|
|
|
--disable-mathml-viewer-plugin
|
|
|
|
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-08-02 12:08:23 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
FLAVORS= compface pgpmime jpilot ldap
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
FLAVOR?=
|
|
|
|
|
2006-02-08 15:04:24 -05:00
|
|
|
# add -dillo once www/dillo is unbroken
|
|
|
|
MULTI_PACKAGES= -docs -imageviewer -spamassassin -themes \
|
2005-04-12 16:29:26 -04:00
|
|
|
-trayicon
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
2006-01-18 12:31:54 -05:00
|
|
|
FULLPKGNAME-docs= sylpheed-claws-docs-${VERSION}p0
|
|
|
|
FULLPKGNAME-themes= sylpheed-claws-themes-${VERSION}p0
|
2005-04-12 16:29:26 -04:00
|
|
|
.for i in ${MULTI_PACKAGES}
|
2006-01-18 12:31:54 -05:00
|
|
|
FULLPKGNAME$i?= sylpheed-claws${i}-${VERSION}p1
|
2005-04-12 16:29:26 -04:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
SUBPACKAGE?=
|
|
|
|
|
|
|
|
.if !defined(PACKAGING) || empty(SUBPACKAGE)
|
|
|
|
LIB_DEPENDS+= startup-notification-1::devel/startup-notification
|
|
|
|
.endif
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mcompface}
|
|
|
|
PERMIT_PACKAGE_CDROM= "No Fee"
|
|
|
|
PERMIT_DISTFILES_CDROM= "No Fee"
|
2005-04-12 16:29:26 -04:00
|
|
|
. if !defined(PACKAGING) || empty(SUBPACKAGE)
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
LIB_DEPENDS+= compface.1::mail/faces
|
2005-04-12 16:29:26 -04:00
|
|
|
. endif
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-compface
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-compface
|
|
|
|
.endif
|
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
.if ${FLAVOR:L:Mpgpmime}
|
|
|
|
BROKEN= Does not work with current gpgme version
|
|
|
|
. if !defined(PACKAGING) || empty(SUBPACKAGE)
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
LIB_DEPENDS+= gpgme.4::security/gpgme
|
2005-04-12 16:29:26 -04:00
|
|
|
. endif
|
|
|
|
CONFIGURE_ARGS+= --enable-pgpmime-plugin
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-pgpmime-plugin
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mjpilot}
|
2005-04-12 16:29:26 -04:00
|
|
|
. if !defined(PACKAGING) || empty(SUBPACKAGE)
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
LIB_DEPENDS+= pisock.4::comms/pilot-link
|
2005-04-12 16:29:26 -04:00
|
|
|
WANTLIB+= ncurses readline
|
|
|
|
. endif
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
RUN_DEPENDS+= :jpilot-*:comms/jpilot
|
|
|
|
CONFIGURE_ARGS+= --enable-jpilot
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mldap}
|
2005-04-12 16:29:26 -04:00
|
|
|
. if !defined(PACKAGING) || empty(SUBPACKAGE)
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
LIB_DEPENDS+= ldap.2,lber.2:openldap-client-*:databases/openldap
|
2005-04-12 16:29:26 -04:00
|
|
|
. endif
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-ldap
|
|
|
|
.endif
|
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
.if empty(SUBPACKAGE)
|
2006-01-18 12:31:54 -05:00
|
|
|
WANTLIB+= ICE SM c pthread gthread-2.0.0.0
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
.endif
|
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
.if defined(PACKAGING) && !empty(SUBPACKAGE)
|
|
|
|
RUN_DEPENDS= ::mail/sylpheed-claws
|
|
|
|
.endif
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
.if !defined(PACKAGING) || ${SUBPACKAGE} == "-dillo"
|
|
|
|
RUN_DEPENDS+= :dillo-*:www/dillo
|
|
|
|
.endif
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
.if !defined(PACKAGING) || ${SUBPACKAGE} == "-imageviewer"
|
2004-12-30 18:41:33 -05:00
|
|
|
.endif
|
2005-04-12 16:29:26 -04:00
|
|
|
|
|
|
|
.if !defined(PACKAGING) || ${SUBPACKAGE} == "-spamassassin"
|
|
|
|
RUN_DEPENDS+= :p5-Mail-SpamAssassin-*:mail/p5-Mail-SpamAssassin
|
2004-12-30 18:41:33 -05:00
|
|
|
.endif
|
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
.if !defined(PACKAGING) || ${SUBPACKAGE} == "-trayicon"
|
2003-04-22 10:10:11 -04:00
|
|
|
.endif
|
|
|
|
|
2004-02-04 02:39:18 -05:00
|
|
|
.if defined(PACKAGING) && ${SUBPACKAGE} == "-themes"
|
|
|
|
PKG_ARCH= *
|
2004-12-30 18:41:33 -05:00
|
|
|
LIB_DEPENDS=
|
|
|
|
WANTLIB=
|
|
|
|
MODULES=
|
2004-02-04 02:39:18 -05:00
|
|
|
.endif
|
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
.if defined(PACKAGING) && ${SUBPACKAGE} == "-docs"
|
|
|
|
PKG_ARCH= *
|
|
|
|
LIB_DEPENDS=
|
|
|
|
WANTLIB=
|
|
|
|
MODULES=
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
.endif
|
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
FILES= OOo2sylpheed.pl calypso_convert.pl convert_mbox.pl \
|
|
|
|
eud2gc.py filter_conv.pl freshmeat_search.pl gif2xface.pl \
|
|
|
|
gpg-sign-syl google_msgid.pl google_search.pl \
|
|
|
|
kmail2sylpheed.pl kmail2sylpheed_v2.pl maildir2sylpheed.pl \
|
|
|
|
multiwebsearch.pl nautilus2sylpheed.sh outlook2sylpheed.pl \
|
|
|
|
sylpheed-switcher sylprint.pl sylprint.rc tb2sylpheed \
|
|
|
|
textviewer.sh update-po uudec vcard2xml.py \
|
|
|
|
kdeservicemenu/install.sh \
|
|
|
|
kdeservicemenu/sylpheed-kdeservicemenu.pl
|
2003-07-04 09:06:12 -04:00
|
|
|
|
2005-04-12 16:29:26 -04:00
|
|
|
THEMES= Crystal Everaldo_Kids Gnomeria Gorillaws \
|
|
|
|
Graphitte-0.9.7 GurUnix Korillaws Kovico-sylpheed \
|
|
|
|
New_Session Phoenity Plain_and_Bluish Skypilot_Clawssic \
|
|
|
|
SylZilla Sylpholution XeNtish achileus-noname \
|
|
|
|
black blue_anarchy mongrel mongrel2 mozilla orbit-claws \
|
|
|
|
stw tml02c tom_2.1.1
|
2003-07-04 09:06:12 -04:00
|
|
|
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
|
|
|
DATADIR= ${PREFIX}/share/sylpheed-claws
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/sylpheed-claws
|
|
|
|
|
|
|
|
post-patch:
|
2003-04-22 10:10:11 -04:00
|
|
|
@cd ${WRKSRC} && mv sylpheed.png sylpheed-claws.png && \
|
|
|
|
mv sylpheed.desktop sylpheed-claws.desktop
|
2005-04-12 16:29:26 -04:00
|
|
|
@cd ${WRKDIR}/${THEMEFILE} && mv "Skypilot Clawssic" \
|
|
|
|
Skypilot_Clawssic
|
2006-02-07 23:54:48 -05:00
|
|
|
|
|
|
|
pre-configure:
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
@perl -pi -e 's|pheed|pheed-claws|g' ${WRKSRC}/sylpheed-claws.desktop
|
2003-07-04 09:06:12 -04:00
|
|
|
@perl -pi -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
|
|
${WRKSRC}/tools/sylpheed-switcher
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
|
|
|
|
post-install:
|
2005-04-12 16:29:26 -04:00
|
|
|
${INSTALL_DATA_DIR} ${DATADIR}/{themes,kdeservicemenu}
|
|
|
|
${INSTALL_DATA_DIR} ${DOCSDIR}
|
2003-07-04 09:06:12 -04:00
|
|
|
.for d in ${THEMES}
|
|
|
|
@cp -R ${WRKDIR}/${THEMEFILE}/$d ${DATADIR}/themes/
|
|
|
|
.endfor
|
|
|
|
@find ${DATADIR}/themes -type d -print0 | xargs -0 chmod 755
|
|
|
|
@find ${DATADIR}/themes -type f -print0 | xargs -0 chmod 444
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin/
|
|
|
|
.for f in ${FILES}
|
2003-07-04 09:06:12 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/tools/$f ${DATADIR}/$f
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
.endfor
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tools/README.sylprint ${DOCSDIR}/
|
2003-07-04 09:06:12 -04:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/${THEMEFILE}/README ${DOCSDIR}/README.themes
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/plugins/dillo_viewer/README \
|
|
|
|
${DOCSDIR}/README.dillo
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/plugins/spamassassin/README \
|
|
|
|
${DOCSDIR}/README.spamassassin
|
2005-04-12 16:29:26 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/plugins/trayicon/README \
|
|
|
|
${DOCSDIR}/README.trayicon
|
|
|
|
.for f in AUTHORS README README.claws RELEASE_NOTES.claws
|
Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
client and news reader based on GTK+. Many features are supported
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
and more.
2003-04-17 06:13:58 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}/$f
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|