mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
0c416192b4
[javac] /work/a/ports/editors/omegaT/work/src/org/omegat/convert/v20to21/Convert20to21.java:108: cannot find symbol [javac] symbol : method marshal(gen.core.filters.Filters,java.io.File) [javac] location: interface javax.xml.bind.Marshaller Reported by: pointyhat
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# New ports collection makefile for: OmegaT
|
|
# Date created: 11 May 2008
|
|
# Whom: Rodrigo OSORIO <rodrigo@bebik.net>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= omegaT
|
|
DISTVERSION= 2.3.0_02
|
|
CATEGORIES= editors java x11
|
|
MASTER_SITES= SF/${PORTNAME:L}/OmegaT%20-%20Standard/OmegaT%202.3.0%20update%202/
|
|
DISTNAME= OmegaT_2.3.0_02_Source
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= rodrigo@bebik.net
|
|
COMMENT= A powerfull translation memory application written in Java
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant
|
|
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
|
|
|
BROKEN= does not build
|
|
|
|
USE_ZIP= yes
|
|
USE_ANT= yes
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.5+
|
|
NO_WRKSUBDIR= yes
|
|
|
|
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
|
SUB_FILES= omegaT.sh omegat.prefs
|
|
|
|
DESKTOP_ENTRIES="OmegaT" "Translation memory application" \
|
|
"${DATADIR}/images/OmegaT.png" \
|
|
"omegaT" "Application;Office;WordProcessor;" \
|
|
${FALSE}
|
|
|
|
post-build:
|
|
@cd ${WRKDIR} && ${MV} 'dist' ${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/omegaT.sh ${PREFIX}/bin/${PORTNAME}
|
|
@cd ${WRKDIR} && ${COPYTREE_BIN} ${PORTNAME} ${JAVASHAREDIR}/
|
|
${INSTALL_SCRIPT} ${WRKDIR}/omegat.prefs ${JAVASHAREDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|