mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
New port: jdictionary-eng-hun-expr 1.4 - English-Hungarian expression
dictionary plugin for jdictionary PR: ports/39598 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
This commit is contained in:
parent
0c51102e16
commit
5e378ba486
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72313
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
SUBDIR += jdictionary-eng-hun-expr
|
||||
SUBDIR += jdictionary-eng-hun
|
||||
SUBDIR += hu-phone
|
||||
SUBDIR += hu-zipcodes
|
||||
|
33
hungarian/jdictionary-eng-hun-expr/Makefile
Normal file
33
hungarian/jdictionary-eng-hun-expr/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: jdictionary-eng-hun-expr
|
||||
# Date created: 24.04.2002
|
||||
# Whom: janos.mohacsi@bsd.hu
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jdictionary-eng-hun-expr
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= hungarian textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=jdictionary
|
||||
DISTNAME= SmartEngHunExp-1_4.jar
|
||||
EXTRACT_SUFX= #
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
|
||||
${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 \
|
||||
jdictionary:${PORTSDIR}/textproc/jdictionary
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= ${WRKDIR}
|
||||
NO_BUILD=y
|
||||
|
||||
do-install:
|
||||
@if [ ! -d ${PREFIX}/share/java/classes/jdictionary/Plugins ]; then \
|
||||
${MKDIR} ${PREFIX}/share/java/classes/jdictionary/Plugins; fi
|
||||
${CP} ${WRKDIR}/${DISTFILES} \
|
||||
${PREFIX}/share/java/classes/jdictionary/Plugins/
|
||||
|
||||
.include <bsd.port.mk>
|
1
hungarian/jdictionary-eng-hun-expr/distinfo
Normal file
1
hungarian/jdictionary-eng-hun-expr/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (SmartEngHunExp-1_4.jar) = 35682a1c2e06611393a666236801c354
|
1
hungarian/jdictionary-eng-hun-expr/pkg-comment
Normal file
1
hungarian/jdictionary-eng-hun-expr/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
JDictionary plugin: English-Hungarian expression dictionary
|
5
hungarian/jdictionary-eng-hun-expr/pkg-descr
Normal file
5
hungarian/jdictionary-eng-hun-expr/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
JDictionary plugin: English-Hungarian expression dicitonary
|
||||
This dictionary contains approximately 30000 expressions.
|
||||
Dictionary database created: Gabor Mandy
|
||||
|
||||
WWW: http://jdictionary.info/
|
2
hungarian/jdictionary-eng-hun-expr/pkg-plist
Normal file
2
hungarian/jdictionary-eng-hun-expr/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
share/java/classes/jdictionary/Plugins/SmartEngHunExp-1_4.jar
|
||||
@unexec rmdir %D/share/java/classes/jdictionary/Plugins || true
|
Loading…
Reference in New Issue
Block a user