090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
25 lines
570 B
Makefile
25 lines
570 B
Makefile
# 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= 4
|
|
CATEGORIES= textproc kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= An English-Bulgarian-English dictionary
|
|
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ARGS+= --with-kde
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
|
USE_KDELIBS_VER= 3
|
|
|
|
.include <bsd.port.mk>
|