summaryrefslogtreecommitdiff
path: root/x11-wm/kappdock/Makefile
blob: b074b924657261d06416357a3edb9e6f6eb05fbc (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
27
28
# New ports collection makefile for:	kappdock
# Date created:				6 January 2001
# Whom:					Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#

PORTNAME=	kappdock
PORTVERSION=	0.43
PORTREVISION=	1
CATEGORIES=	x11-wm kde
MASTER_SITES=	http://www.Informatik.Uni-Oldenburg.DE/~bigboss/kappdock/

MAINTAINER=	jeremy@external.org

LIB_DEPENDS=	kdeui.4:${PORTSDIR}/x11/kdelibs2 \
		intl.4:${PORTSDIR}/devel/gettext

INSTALLS_SHLIB=	yes
USE_XLIB=	yes
USE_QT_VER=	2
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
		--disable-closure
MAKE_ENV=	${CONFIGURE_ENV}
USE_GMAKE=	yes

.include <bsd.port.mk>