2002-02-06 09:11:30 +01:00
|
|
|
# New ports collection makefile for: kbedic
|
|
|
|
# Date created: 17 January 2002
|
|
|
|
# Whom: Angel Todorov <todorov_bg@gmx.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-02-16 00:17:45 +01:00
|
|
|
PORTNAME= kbedic
|
|
|
|
PORTVERSION= 4.0
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 2
|
2005-02-16 00:17:45 +01:00
|
|
|
CATEGORIES= textproc kde
|
2006-05-28 10:58:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-02-06 09:11:30 +01:00
|
|
|
|
2005-02-16 00:17:45 +01:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2006-05-28 10:58:28 +02:00
|
|
|
COMMENT= An English-Bulgarian-English dictionary
|
2002-02-06 09:11:30 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-02-16 00:17:45 +01:00
|
|
|
CONFIGURE_ARGS+= --with-kde
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
|
|
|
USE_KDELIBS_VER= 3
|
2002-02-06 09:11:30 +01:00
|
|
|
|
2005-02-16 00:17:45 +01:00
|
|
|
.include <bsd.port.mk>
|