diff options
author | smb <smb@pkgsrc.org> | 2007-08-03 02:34:35 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-08-03 02:34:35 +0000 |
commit | 6e38e389380e666f1eb7f59d0675065ffcf80da8 (patch) | |
tree | b28e767b43e92c44b5968f9d0ba0efa084ccb963 /mail/claws-mail-pgp/Makefile | |
parent | c5c7f318188b55036a70c094fd7442c82cbb7053 (diff) | |
download | pkgsrc-6e38e389380e666f1eb7f59d0675065ffcf80da8.tar.gz |
Add claws-mail 2.10.0 and many of the plug-ins
Diffstat (limited to 'mail/claws-mail-pgp/Makefile')
-rw-r--r-- | mail/claws-mail-pgp/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile new file mode 100644 index 00000000000..1270c73c618 --- /dev/null +++ b/mail/claws-mail-pgp/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:53 smb Exp $ +# +.include "../../mail/claws-mail/Makefile.vers" + +DISTNAME= claws-mail-pgp-${CLAWS_VERSION} +CATEGORIES= mail security +MASTER_SITES= # empty +DISTFILES= # empy + +MAINTAINER= smb@NetBSD.org +COMMENT= Metapackage for the PGP plug-in for Claws-mail + +DEPENDS+= claws-mail-pgpcore>=${CLAWS_VERSION}:../../mail/claws-mail-pgpcore +DEPENDS+= claws-mail-pgpmime>=${CLAWS_VERSION}:../../mail/claws-mail-pgpmime +DEPENDS+= claws-mail-pgpinline>=${CLAWS_VERSION}:../../mail/claws-mail-pgpinline + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes +NO_MTREE= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" |