1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/editors/xxe/Makefile
Bill Fenner 69d5c3b0a7 Unbreak by upgrading to 3.5.2.
Major changes since 3.5:
 - Now understands schema, namespaces, etc. (previously limited
   to Professional Edition)
 - Process commands are now (mostly) limited to Professional Edition
 - Improved Docbook5 support
 - Helper Applications can be configured in Options panel
2007-03-14 15:37:27 +00:00

45 lines
1.0 KiB
Makefile

# New ports collection makefile for: xxe
# Date created: 19 February 2005
# Whom: Bill Fenner
#
# $FreeBSD$
#
PORTNAME= xxe
PORTVERSION= ${XXE_VERSION}
CATEGORIES= editors java
MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/
PKGNAMESUFFIX= -std
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g}
MAINTAINER= fenner@FreeBSD.Org
COMMENT= A validating XML editor featuring a word processor-like view
USE_JAVA= YES
JAVA_VERSION= 1.5
NO_BUILD= YES
RESTRICTED= "Licensee may not distribute the Software"
BINS= convertdoc csscheck deploywebstart dtdtoxsd dtdvalid \
rngvalid schvalid xsdvalid xxe
PLIST_SUB= XXE=${XXE_DIR}
post-extract:
@${SED} -e 's,%%JAVA_HOME%%,${JAVA_HOME},' \
-e 's,%%PREFIX%%,${PREFIX},' \
-e 's,%%DISTNAME%%,${DISTNAME},' \
${FILESDIR}/launcher > ${WRKDIR}/xxe
do-install:
@cd ${WRKDIR} && tar cf - ${DISTNAME} | \
tar -C ${PREFIX}/lib -xf -
.for f in ${BINS}
@${INSTALL_SCRIPT} ${WRKDIR}/xxe ${PREFIX}/bin/${f}
.endfor
.include "Makefile.inc"
.include <bsd.port.mk>