2006-07-07 09:21:21 +02:00
|
|
|
# New ports collection makefile for: yakuake
|
|
|
|
# Date created: 1st November, 2005
|
|
|
|
# Whom: decept
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yakuake
|
2008-01-20 22:55:36 +01:00
|
|
|
PORTVERSION= 2.8.1
|
2011-02-25 02:32:17 +01:00
|
|
|
PORTREVISION= 7
|
2006-07-07 09:21:21 +02:00
|
|
|
CATEGORIES= x11 kde
|
2007-10-16 19:20:13 +02:00
|
|
|
MASTER_SITES= BERLIOS
|
2006-07-07 09:21:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= decept0@gmail.com
|
|
|
|
COMMENT= Quake-style terminal emulator based on KDE's Konsole
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-07-07 09:21:21 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDEBASE_VER=3
|
2007-10-16 19:20:13 +02:00
|
|
|
USE_GMAKE= yes
|
2006-07-07 09:21:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2008-01-20 22:55:36 +01:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
2006-07-07 09:21:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|