minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine)
27 lines
548 B
Makefile
27 lines
548 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
|
|
|
|
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>
|