diff options
author | cube <cube> | 2004-01-01 21:39:02 +0000 |
---|---|---|
committer | cube <cube> | 2004-01-01 21:39:02 +0000 |
commit | 8956c2ee4bab5675f998c5160c77f6616c2c2349 (patch) | |
tree | a2b83a875c68f004f3896452183f903953ab63de /mail/sylpheed-claws/Makefile | |
parent | 8d875bbd6fb16561deee9550d84780fc4c85ffd7 (diff) | |
download | pkgsrc-8956c2ee4bab5675f998c5160c77f6616c2c2349.tar.gz |
Organise the Makefile and add a framework to allow building the plugins
found in sylpheed-claws distribution. Note that this is _only_ meant for
included plugins. The image-viewer and dillo-viewer packages are in the
pipe.
From the sylpheed-claws package point of view, this is just a reordering
of the Makefile. It breaks pkglint'ing, but it's not like there really is
a choice.
Diffstat (limited to 'mail/sylpheed-claws/Makefile')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 16bc58a354e..28de7eedd44 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,34 +1,21 @@ -# $NetBSD: Makefile,v 1.25 2003/12/14 17:56:39 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2004/01/01 21:39:02 cube Exp $ # -DISTNAME= sylpheed-0.9.7claws -PKGNAME= sylpheed-claws-0.9.7 +.include "Makefile.common" + +PKGNAME= sylpheed-claws-${SYLPHEED_VERSION} PKGREVISION= 1 -CATEGORIES= mail news x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= chris@NetBSD.org -HOMEPAGE= http://sylpheed-claws.sourceforge.net/ COMMENT= X based e-mail and netnews client -BUILD_USES_MSGFMT= YES - CONFLICTS= sylpheed-[0-9]* sylpheed-gtk2-[0-9]* -USE_BUILDLINK2= YES +BUILD_USES_MSGFMT= YES USE_PKGINSTALL= YES -USE_PKGLOCALEDIR= YES -USE_X11= YES -USE_GMAKE= YES - -USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE+= ${WRKSRC}/sylpheed-claws.pc.in -GNU_CONFIGURE= YES -# Force gnome detection off to avoid installing some extra files -CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" CONFIGURE_ARGS+= --enable-aspell CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-openssl |