2004-03-12 11:29:37 +01:00
|
|
|
# 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
|
2007-06-21 12:24:06 +02:00
|
|
|
PORTREVISION= 5
|
2004-03-12 11:29:37 +01:00
|
|
|
CATEGORIES= deskutils kde
|
|
|
|
MASTER_SITES= http://199.231.140.154/software/${PORTNAME}/
|
|
|
|
|
2006-03-24 22:20:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-12 11:29:37 +01:00
|
|
|
COMMENT= KDE konsole application acting like the Quake-console
|
|
|
|
|
2007-06-21 12:24:06 +02:00
|
|
|
USE_KDEBASE_VER=3
|
2004-03-12 11:29:37 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-12 11:29:37 +01:00
|
|
|
|
2004-06-06 15:26:34 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
|
2004-03-12 11:29:37 +01:00
|
|
|
post-patch:
|
2004-06-06 15:26:34 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-03-12 11:29:37 +01:00
|
|
|
|
2004-06-06 15:26:34 +02:00
|
|
|
.include <bsd.port.mk>
|