diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 00:46:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 00:46:24 +0000 |
commit | ce8252411d9e3165692c1eff406dce1a5bb694ca (patch) | |
tree | a7a47af6557cfba64ebbd835a2315cb211b0c8e6 /textproc/jdictionary-int-eng | |
parent | 2cff447817bb587d3c10cfc5682385c368689712 (diff) | |
download | ports-ce8252411d9e3165692c1eff406dce1a5bb694ca.tar.gz ports-ce8252411d9e3165692c1eff406dce1a5bb694ca.zip |
Notes
Diffstat (limited to 'textproc/jdictionary-int-eng')
-rw-r--r-- | textproc/jdictionary-int-eng/Makefile | 33 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/distinfo | 1 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/pkg-plist | 2 |
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/jdictionary-int-eng/Makefile b/textproc/jdictionary-int-eng/Makefile new file mode 100644 index 000000000000..9a9dc4fccd2e --- /dev/null +++ b/textproc/jdictionary-int-eng/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: jdictionary-int-eng +# Date created: 20.06.2002 +# Whom: janos.mohacsi@bsd.hu +# +# $FreeBSD$ +# + +PORTNAME= jdictionary-int-eng +PORTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=jdictionary +DISTNAME= Smart_Interlingua_English-1_0.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> diff --git a/textproc/jdictionary-int-eng/distinfo b/textproc/jdictionary-int-eng/distinfo new file mode 100644 index 000000000000..40b3130bc93e --- /dev/null +++ b/textproc/jdictionary-int-eng/distinfo @@ -0,0 +1 @@ +MD5 (Smart_Interlingua_English-1_0.jar) = e6f7a7f841c60e0cf94fc4494452a9b5 diff --git a/textproc/jdictionary-int-eng/pkg-comment b/textproc/jdictionary-int-eng/pkg-comment new file mode 100644 index 000000000000..7060c42943e9 --- /dev/null +++ b/textproc/jdictionary-int-eng/pkg-comment @@ -0,0 +1 @@ +JDictionary plugin: Interlingua-English dictionary diff --git a/textproc/jdictionary-int-eng/pkg-descr b/textproc/jdictionary-int-eng/pkg-descr new file mode 100644 index 000000000000..0f4b8d71c8a4 --- /dev/null +++ b/textproc/jdictionary-int-eng/pkg-descr @@ -0,0 +1,4 @@ +jDictionary plugin: Interlingua-English dictionary +Dictionary database: International Auxiliary Language Association Inc. + +WWW: http://jdictionary.info/ diff --git a/textproc/jdictionary-int-eng/pkg-plist b/textproc/jdictionary-int-eng/pkg-plist new file mode 100644 index 000000000000..be068477a95e --- /dev/null +++ b/textproc/jdictionary-int-eng/pkg-plist @@ -0,0 +1,2 @@ +share/java/classes/jdictionary/Plugins/Smart_Interlingua_English-1_0.jar +@unexec rmdir %D/share/java/classes/jdictionary/Plugins || true |