freebsd-ports/deskutils/kuake/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

26 lines
618 B
Makefile

# New ports collection makefile for: kuake
# Date created: Thu Mar 11 21:51:00 CET 2004
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kuake
PORTVERSION= 0.3
PORTREVISION= 6
CATEGORIES= deskutils kde
MASTER_SITES= http://199.231.140.154/software/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE konsole application acting like the Quake-console
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>