aboutsummaryrefslogtreecommitdiff
path: root/french/jdictionary-fre-hun/Makefile
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-12-19 03:36:28 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-12-19 03:36:28 +0000
commit8621166892fafadac64b386001bf8a0641654ebb (patch)
tree4be2ebab77e5885ed162d30885e9a1246f99b97d /french/jdictionary-fre-hun/Makefile
parent3e21b3c022d38a3d8d32957eb75551e02ad628ed (diff)
Notes
Diffstat (limited to 'french/jdictionary-fre-hun/Makefile')
-rw-r--r--french/jdictionary-fre-hun/Makefile26
1 files changed, 5 insertions, 21 deletions
diff --git a/french/jdictionary-fre-hun/Makefile b/french/jdictionary-fre-hun/Makefile
index 2f9347d28069..e6bc02fc0c24 100644
--- a/french/jdictionary-fre-hun/Makefile
+++ b/french/jdictionary-fre-hun/Makefile
@@ -6,29 +6,13 @@
#
PORTNAME= jdictionary-fre-hun
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.0
+PORTREVISION= 2
CATEGORIES= french hungarian textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=jdictionary
-DISTFILES= Smart_French_Hungarian-1_0.jar
+DISTNAME= Smart_French_Hungarian-1_0.jar
-MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= JDictionary plugin: French-Hungarian dictionary
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
- ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 \
- jdictionary:${PORTSDIR}/textproc/jdictionary
+MASTERDIR= ${.CURDIR}/../../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>
+.include "${MASTERDIR}/Makefile.plugin"