1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/mail/kcheckgmail/Makefile
Xin LI 5e30f28110 Use post-patch when doing REINPLACE, this is common practice
in the past.

Suggested by:	sat
Approved by:	maintainer
2007-08-25 01:06:15 +00:00

40 lines
755 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
CATEGORIES= mail kde
MASTER_SITES= http://www.yuanjue.net/download/
MAINTAINER= yuanjue@FreeBSD.org
COMMENT= A Gmail Notifier for KDE
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_KDELIBS_VER=3
INSTALLS_ICONS= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
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>