mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4238596de3
the truth is, this is a *long* overdue update to kbedic to use the QT 3 libraries instead of the dead-and-gone QT 2 ones. This does indeed result in some duplication of installed dictionaries, since kbedic no longer uses textproc/bedic-data, but I'll take care of this later. Break cbedic out into a full-blown port - it's a different version from kbedic now. While I'm here, take maintainership of both ports. Submitted by: arved (a long, long time ago)
29 lines
600 B
Makefile
29 lines
600 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=kbedic
|
|
|
|
MAINTAINER= roam@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>
|