1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11/yakuake/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

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>