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