summaryrefslogtreecommitdiff
path: root/editors/xmlcopyeditor/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-01-02 22:23:28 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-01-02 22:23:28 +0000
commit499d5c44c2c30db374a9a12f4c25246ae7f0174d (patch)
tree276cdcd9ad29869b0c529be3020beb0984908943 /editors/xmlcopyeditor/Makefile
parent- Update to 4.14.12 and unbreak for now (diff)
- New port xmlcopyeditor-1.1.0.3
- XML Copy Editor is a fast validating XML editor. Features: * DTD/XML Schema/RELAX NG validation * XSLT * XPath * Pretty-printing * Syntax highlighting * Folding * Tag completion * Tag locking * Tag-free editing * Spelling and style check * Built-in support for XHTML, XSL, DocBook and TEI PR: ports/118483 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=204867
Diffstat (limited to 'editors/xmlcopyeditor/Makefile')
-rw-r--r--editors/xmlcopyeditor/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile
new file mode 100644
index 000000000000..33b339dc53c7
--- /dev/null
+++ b/editors/xmlcopyeditor/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: xmlcopyeditor
+# Date created: 6 December 2007
+# Whom: José García Juanino <jjuanino@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmlcopyeditor
+PORTVERSION= 1.1.0.3
+CATEGORIES= editors
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR=xml-copy-editor
+
+MAINTAINER= jjuanino@gmail.com
+COMMENT= Fast validating XML editor
+
+USE_WX= 2.8+
+WX_COMPS= wx contrib
+WX_CONF_ARGS= absolute
+WX_UNICODE= yes
+USE_GETTEXT= yes
+USE_DOS2UNIX= src/mynotebook.cpp src/mynotebook.h \
+ src/xmlcopyeditor.cpp src/xmlcopyeditor.h
+SUB_FILES= pkg-message
+
+BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
+LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
+ xslt.2:${PORTSDIR}/textproc/libxslt
+
+USE_AUTOTOOLS= autoconf:261 automake:19
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include \
+ -I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS}" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>