blob: 25cb734334981e248fed45a5e0da149658816856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.2 2007/09/18 03:17:29 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"
|