e159824929
Approved by: portmgr (bapt)
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# 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
|
|
USES= gettext
|
|
|
|
.include <bsd.port.mk>
|