1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/mail/kshowmail/Makefile
2006-05-10 22:37:39 +00:00

29 lines
717 B
Makefile

## New ports collection makefile for: kshowmail
# Date created: Sat Oct 18 14:01:21 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= kshowmail
PORTVERSION= 3.1.0
PORTREVISION= 5
CATEGORIES= mail kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= POP3 mail checker for KDE
LIB_DEPENDS= mimelib.1:${PORTSDIR}/deskutils/kdepim3
USE_KDELIBS_VER= 3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${RM} ${WRKSRC}/kshowmail/OptionDlg.h ${WRKSRC}/kshowmail/OptionDlg.cpp
.include <bsd.port.mk>