1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/editors/kxmleditor/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00

33 lines
642 B
Makefile

# New ports collection makefile for: kxmleditor
# Date created: 15 July 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kxmleditor
PORTVERSION= 1.1.4
PORTREVISION= 6
CATEGORIES= editors kde
MASTER_SITES= SF/${PORTNAME}/KXMLEditor/${PORTVERSION}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= XML editor for KDE
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
${WRKSRC}/${CONFIGURE_SCRIPT}
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
.include <bsd.port.post.mk>