1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/textproc/cbedic/Makefile
Mathieu Arnold 5dd4ea2cab - Convert to staging
- Add license
- Rename patch to follow makepatch naming
- Use new options knobs

Sponsored by:	Absolight
2014-01-26 11:57:13 +00:00

28 lines
551 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= 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>