2002-10-27 11:29:43 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2002/10/27 10:29:43 grant Exp $
|
2002-06-01 13:43:29 +02:00
|
|
|
|
2002-10-27 11:29:43 +01:00
|
|
|
DISTNAME= sylpheed-0.8.5claws
|
|
|
|
PKGNAME= sylpheed-claws-0.8.5
|
2002-06-01 13:43:29 +02:00
|
|
|
CATEGORIES= mail news x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= ptiJo@noos.fr
|
|
|
|
HOMEPAGE= http://sylpheed-claws.sourceforge.net/
|
|
|
|
COMMENT= X based e-mail and netnews client
|
|
|
|
|
2002-09-24 23:58:43 +02:00
|
|
|
CONFLICTS= sylpheed-[0-9]*
|
2002-06-01 13:43:29 +02:00
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
|
2002-09-24 23:58:43 +02:00
|
|
|
USE_BUILDLINK2= yes
|
2002-06-01 13:43:29 +02:00
|
|
|
USE_X11BASE= yes
|
2002-09-24 23:58:43 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2002-06-01 13:43:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
CONFIGURE_ARGS+= --enable-ssl
|
2002-09-24 23:58:43 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-gpgme
|
2002-07-26 11:02:35 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-compface
|
2002-07-29 10:10:49 +02:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
2002-06-01 13:43:29 +02:00
|
|
|
|
2002-09-24 23:58:43 +02:00
|
|
|
BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.5
|
|
|
|
BUILDLINK_DEPENDS.compface= {compface>=1.4,faces>=1.6.1nb1}
|
|
|
|
|
2002-06-01 13:43:29 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
BUILD_DEFS+= USE_INET6
|
|
|
|
|
|
|
|
.if defined(USE_INET6) && ${USE_INET6} == YES
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2002-09-24 23:58:43 +02:00
|
|
|
SUPPORT_FILES= ${FILESDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
|
|
|
|
|
|
|
|
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
|
|
|
|
.include "../../graphics/imlib/buildlink2.mk"
|
|
|
|
.include "../../security/gpgme/buildlink2.mk"
|
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
|
|
.include "../../x11/gtk/buildlink2.mk"
|
2002-07-29 10:10:49 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.install.mk"
|
2002-06-01 13:43:29 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|