mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
e159824929
Approved by: portmgr (bapt)
20 lines
333 B
Makefile
20 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>
|