summaryrefslogtreecommitdiffstats
path: root/mail/kshowmail
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-01-18 15:31:48 +0000
committerclement <clement@FreeBSD.org>2004-01-18 15:31:48 +0000
commit238c19214dbe7c8ac7e3a511a166a5efe6c2063c (patch)
tree19ef66626488c3db9984c905719e586d8472d6ed /mail/kshowmail
parent5f1ad144060248110156ced717925bcad80bff2e (diff)
downloadFreeBSD-ports-238c19214dbe7c8ac7e3a511a166a5efe6c2063c.zip
FreeBSD-ports-238c19214dbe7c8ac7e3a511a166a5efe6c2063c.tar.gz
- switch to Makefile.kde
- Respect CFLAGS. PR: 61532 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'mail/kshowmail')
-rw-r--r--mail/kshowmail/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/kshowmail/Makefile b/mail/kshowmail/Makefile
index 99c2e42..7dc38d4 100644
--- a/mail/kshowmail/Makefile
+++ b/mail/kshowmail/Makefile
@@ -20,11 +20,9 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g; s|-pedantic ||g; \
- s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g;' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud