mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
053fdb6a6b
(Part 2)
35 lines
960 B
Makefile
35 lines
960 B
Makefile
# New ports collection makefile for: jdictionary-eng-hun
|
|
# Date created: 23.04.2002
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jdictionary-eng-hun
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= hungarian textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=jdictionary
|
|
DISTFILES= SmartEngHun-1_4.jar
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= JDictionary-hun-eng - jDictionary plugin: Hungarian-English
|
|
|
|
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>
|