summaryrefslogtreecommitdiff
path: root/editors/xmlcopyeditor/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-01-25 17:28:02 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-01-25 17:28:02 +0000
commit553220b409492360f97d186382e3ee6d8d910f6d (patch)
tree17eb4e1019941a9adedb6d8094ff80f15eeb6de8 /editors/xmlcopyeditor/Makefile
parent- Update to 20080106.0744 (diff)
- Update to 1.1.0.6
- Notes: 1.1.0.6 introduces full Aspell support and XML Schema-based element inspection. PR: ports/119905 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=206187
Diffstat (limited to 'editors/xmlcopyeditor/Makefile')
-rw-r--r--editors/xmlcopyeditor/Makefile31
1 files changed, 23 insertions, 8 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile
index 33b339dc53c7..7babb84ee79d 100644
--- a/editors/xmlcopyeditor/Makefile
+++ b/editors/xmlcopyeditor/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmlcopyeditor
-PORTVERSION= 1.1.0.3
+PORTVERSION= 1.1.0.6
CATEGORIES= editors
MASTER_SITES= SF
MASTER_SITE_SUBDIR=xml-copy-editor
@@ -19,13 +19,31 @@ 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
+USE_DOS2UNIX= src/rulesets/ruleset.css \
+ src/rulesets/ruleset.xsd \
+ src/rulesets/Contractions.xml \
+ src/aspellpaths.h \
+ src/po/sk/backup/sk.po \
+ src/po/sk/sk.po \
+ src/po/fr/messages.po \
+ src/po/sv/messages.po \
+ src/po/translate.txt \
+ src/po/de/messages.po \
+ src/po/en_us/messages.po \
+ src/help/xmlcopyeditor.hhp \
+ src/help/html/generic.css \
+ src/rng/docbook.rnc \
+ src/rng/tei_all.rnc \
+ src/rng/tei_minimal.rnc \
+ src/rng/docbookxi.rnc \
+ src/templates/DTD.dtd \
+ src/filters/WordprocessingML.xml
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
+ xslt.2:${PORTSDIR}/textproc/libxslt \
+ aspell.16:${PORTSDIR}/textproc/aspell \
+ pcre.0:${PORTSDIR}/devel/pcre
USE_AUTOTOOLS= autoconf:261 automake:19
@@ -35,7 +53,4 @@ 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>