aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cbedic/Makefile
blob: 3fb3f0267f919d438a4a4a0e36234d048794ef83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Peter Pentchev <roam@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cbedic
PORTVERSION=    1.2
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   SF/kbedic/CBE%20Dictionary/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An English-to-Bulgarian and Bulgarian-to-English dictionary

LICENSE=    GPLv2

RUN_DEPENDS=    ${DICT_DIR}/${DICT_CHECK}:${PORTSDIR}/textproc/bedic-data

DICT_CHECK?=    buleng.dat
DICT_DIR?=  ${LOCALBASE}/share

USES=   gmake
GNU_CONFIGURE=  yes

CONFIGURE_ARGS= --datadir=${DICT_DIR}

PLIST_FILES=    bin/cbedic

.include <bsd.port.mk>