freebsd-ports/mail/kcheckgmail/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

41 lines
775 B
Makefile

# New ports collection makefile for: kcheckgmail
# Date created: 17 June 2007
# Whom: YUAN Jue <yuanjue@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kcheckgmail
PORTVERSION= 0.5.7
PORTREVISION= 6
CATEGORIES= mail kde
MASTER_SITES= http://www.yuanjue.net/download/
MAINTAINER= yuanjue@FreeBSD.org
COMMENT= A Gmail Notifier for KDE
BROKEN= checksum mismatch
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_KDELIBS_VER=3
.if !defined(WITHOUT_NLS)
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
MAN1= kcheckgmail.1
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/subdirs
.endif
.include <bsd.port.mk>