1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/yakuake/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

27 lines
535 B
Makefile

# New ports collection makefile for: yakuake
# Date created: 1st November, 2005
# Whom: decept
#
# $FreeBSD$
#
PORTNAME= yakuake
PORTVERSION= 2.8.1
PORTREVISION= 5
CATEGORIES= x11 kde
MASTER_SITES= BERLIOS
MAINTAINER= decept0@gmail.com
COMMENT= Quake-style terminal emulator based on KDE's Konsole
USE_AUTOTOOLS= libtool:22
USE_BZIP2= yes
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_GETTEXT= yes
INSTALLS_ICONS= yes
CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"
.include <bsd.port.mk>