blob: 5e83a842ea649bfbc655e04ffbfe318e22294755 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: jdictionary-ger-hun
# Date created: 20.12.2004
# Whom: hq@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= jdictionary-ger-hun
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= german hungarian textproc
MASTER_SITES= SF/jdictionary/Plugins%20for%20jDictionary/Smart%20German-Hungarian
DISTNAME= SmartGerHun-1_4.jar
COMMENT= JDictionary plugin: German-Hungarian dictionary
MASTERDIR= ${.CURDIR}/../../textproc/jdictionary
.include "${MASTERDIR}/Makefile.plugin"
|