freebsd-ports/textproc/cbedic/Makefile
2015-11-09 12:59:03 +00:00

29 lines
570 B
Makefile

# 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= English-to-Bulgarian and Bulgarian-to-English dictionary
BROKEN= unfetchable
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>