2001-07-14 18:01:50 +00:00
|
|
|
# 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
|
2004-04-07 06:29:23 +00:00
|
|
|
CATEGORIES= editors kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
2001-07-14 18:01:50 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= XML editor for KDE
|
2001-07-14 18:01:50 +00:00
|
|
|
|
2002-06-25 08:34:54 +00:00
|
|
|
USE_KDELIBS_VER=3
|
2001-07-14 18:01:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-07 06:29:23 +00:00
|
|
|
USE_GMAKE= yes
|
2002-06-25 08:34:54 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-04-07 06:29:23 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
2004-06-22 19:42:06 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2001-07-14 18:01:50 +00:00
|
|
|
|
2004-06-22 19:42:06 +00:00
|
|
|
.include <bsd.port.mk>
|