aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kuake/Makefile
blob: f777eae69f8ed317e63609c20e097620d4624c30 (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
25
26
# 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=   9
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:22

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>