1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/editors/kxmleditor/Makefile

28 lines
569 B
Makefile
Raw Normal View History

# New ports collection makefile for: kxmleditor
# Date created: 15 July 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kxmleditor
2004-08-13 03:18:16 +00:00
PORTVERSION= 1.1.2
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= XML editor for KDE
2002-06-25 08:34:54 +00:00
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
2002-06-25 08:34:54 +00:00
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>