freebsd-ports/editors/xxe/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

45 lines
1 KiB
Makefile

# New ports collection makefile for: xxe
# Date created: 19 February 2005
# Whom: Bill Fenner
#
# $FreeBSD$
#
PORTNAME= xxe
PORTVERSION= ${XXE_VERSION}
PORTREVISION= 1
CATEGORIES= editors java
MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/
PKGNAMESUFFIX= -perso
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g}
MAINTAINER= ports@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>