aboutsummaryrefslogtreecommitdiff
path: root/textproc/kbedic/Makefile
blob: c5879dac71a521aea44e5f8ab4e97a2fac94d2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	kbedic
# Date created:			17 January 2002
# Whom:				Angel Todorov <todorov_bg@gmx.net>
#
# $FreeBSD$
#

PORTNAME=	kbedic
PORTVERSION=	4.0
PORTREVISION=	7
CATEGORIES=	textproc kde
MASTER_SITES=	SF/${PORTNAME}/KBE%20Dictionary/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An English-Bulgarian-English dictionary

USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool
CONFIGURE_ARGS+=	--with-kde
LDFLAGS+=	${PTHREAD_LIBS}
CFLAGS+=	${PTHREAD_CFLAGS}
USE_KDELIBS_VER=	3

.include <bsd.port.mk>