blob: 93a6569f0dc31d9ec5d415e0b6b9964a0b19c41f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: decept
# $FreeBSD$
PORTNAME= yakuake
PORTVERSION= 2.8.1
PORTREVISION= 8
CATEGORIES= x11 kde
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= Quake-style terminal emulator based on KDE's Konsole
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_GETTEXT= yes
.include <bsd.port.mk>
|