freebsd-ports/mail/clawsker/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

38 lines
796 B
Makefile

# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= clawsker
PORTVERSION= 0.7.13
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/tools/
MAINTAINER= pawel@FreeBSD.org
COMMENT= Applet to edit Claws Mail's hidden preferences
LICENSE= GPLv3
RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
p5-Locale-gettext>=0:devel/p5-Locale-gettext
USES= shebangfix perl5
SHEBANG_FILES= ${PORTNAME}
NO_ARCH= yes
PORTDOCS= NEWS README
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
post-patch:
@${REINPLACE_CMD} '/^DATADIR/s|/share||' ${WRKSRC}/Makefile
post-patch-NLS-off:
@${REINPLACE_CMD} '/-C po/d' ${WRKSRC}/Makefile
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|g} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>