aboutsummaryrefslogtreecommitdiffstats
path: root/x11/yakuake/Makefile
blob: cdc326d160b2f039d899fa08dc75222a991e50c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>