freebsd-ports/textproc/cbedic/Makefile
Greg Larkin b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00

27 lines
590 B
Makefile

# New ports collection makefile for: cbedic
# Date created: 15 April 2002
# Whom: 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
RUN_DEPENDS= ${DICT_DIR}/${DICT_CHECK}:${PORTSDIR}/textproc/bedic-data
DICT_CHECK?= buleng.dat
DICT_DIR?= ${LOCALBASE}/share
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --datadir=${DICT_DIR}
.include <bsd.port.mk>