summaryrefslogtreecommitdiff
path: root/x11-clocks/kdetoys11/Makefile
blob: 63b34cf723f4fa9cfddc68118762f1d5aefee33c (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
29
30
31
32
33
34
35
# New ports collection makefile for:	kdetoys
# Date created:		18 may 1999
# Whom:			imura@af.airnet.ne.jp
#
# $FreeBSD$
#

PORTNAME=	kdetoys
PORTVERSION=	1.1.2
CATEGORIES=	x11-clocks kde
MASTER_SITES=	$(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR=	stable/${PORTVERSION}/distribution/tar/generic/source/bz2

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS=	kdecore.3:${PORTSDIR}/x11/kdelibs11

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_NEWGCC=	yes
USE_LIBTOOL=	yes
CONFIGURE_ARGS=	"--with-qt-includes=${QTDIR}/include/X11/qt" \
		"--with-extra-includes=${LOCALBASE}/include" \
		"--with-extra-libs=${LOCALBASE}/lib"
CONFIGURE_ENV=	QTDIR=${QTDIR} \
		DO_NOT_COMPILE=mouse

.if defined(PREFIX)
QTDIR?=		${PREFIX}
.else
QTDIR?=		${X11BASE}
.endif

.include <bsd.port.mk>