aboutsummaryrefslogtreecommitdiffstats
path: root/mail/clawsker/Makefile
blob: 45a9779a9f96013289020a5f30a93656dec17209 (plain) (blame)
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
26
27
28
29
30
31
32
# New ports collection makefile for:    clawsker
# Date created:     2008-02-04
# Whom:         Pawel Pekala <c0rn@o2.pl>
#
# $FreeBSD$
#

PORTNAME=   clawsker
PORTVERSION=    0.5.0
CATEGORIES= mail
MASTER_SITES=   http://www.claws-mail.org/tools/

MAINTAINER= c0rn@o2.pl
COMMENT=    Applet to edit Claws Mail's hidden preferences

RUN_DEPENDS=    claws-mail>=3.5.0:${PORTSDIR}/mail/claws-mail \
        ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
        ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext

USE_PERL5=  5.8.0+

MAN1=       clawsker.1

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.endif

.include <bsd.port.mk>