2002-11-24 13:39:20 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2002/11/24 12:39:20 chris Exp $
|
2000-12-11 03:23:26 +01:00
|
|
|
|
2002-11-20 11:29:53 +01:00
|
|
|
DISTNAME= sylpheed-0.8.6
|
2002-11-24 13:39:20 +01:00
|
|
|
PKGREVISION= 1
|
2002-09-24 23:58:43 +02:00
|
|
|
CATEGORIES= mail news x11
|
|
|
|
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2000-12-11 03:23:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= oishi@ims.ac.jp
|
|
|
|
HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en
|
2001-10-15 07:31:46 +02:00
|
|
|
COMMENT= X based e-mail and netnews client
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= yes
|
2000-12-11 03:23:26 +01:00
|
|
|
|
2002-11-20 11:29:53 +01:00
|
|
|
CONFLICTS= sylpheed-claws-[0-9]*
|
|
|
|
|
2002-09-24 23:58:43 +02:00
|
|
|
USE_BUILDLINK2= yes
|
2001-07-15 15:11:18 +02:00
|
|
|
USE_X11BASE= yes
|
2002-09-24 23:58:43 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2001-07-15 15:11:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
2001-10-15 07:31:46 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-ssl
|
2002-03-17 16:14:20 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-gpgme
|
2002-07-19 04:34:34 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-compface
|
2002-07-29 10:10:49 +02:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
2000-12-11 03:23:26 +01:00
|
|
|
|
2002-09-24 23:58:43 +02:00
|
|
|
BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.5
|
2002-08-26 15:45:37 +02:00
|
|
|
|
2002-06-01 14:17:42 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
2002-11-24 13:39:20 +01:00
|
|
|
BUILD_DEFS+= USE_INET6 USE_OPENLDAP
|
2002-06-01 14:17:42 +02:00
|
|
|
|
|
|
|
.if defined(USE_INET6) && ${USE_INET6} == YES
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2002-09-24 23:58:43 +02:00
|
|
|
FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
|
|
|
|
.if empty(FACES_IS_INSTALLED)
|
|
|
|
. include "../../graphics/compface/buildlink2.mk"
|
|
|
|
.else
|
|
|
|
. include "../../mail/faces/buildlink2.mk"
|
|
|
|
.endif
|
|
|
|
|
2002-11-24 13:39:20 +01:00
|
|
|
.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES
|
|
|
|
CONFIGURE_ARGS+= --enable-ldap
|
|
|
|
.include "../../databases/openldap/buildlink2.mk"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
2002-09-24 23:58:43 +02:00
|
|
|
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
|
|
|
|
.include "../../security/gpgme/buildlink2.mk"
|
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
|
|
|
2000-12-11 03:23:26 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|