1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/mail/clawsker/Makefile
Martin Wilke 9ed007dfff - Update to 0.5.0
Approved by:	maintainer implicit
2008-06-28 14:48:43 +00:00

33 lines
719 B
Makefile

# 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>