summaryrefslogtreecommitdiffstats
path: root/devel/dbus-qt3/Makefile
blob: 0e095ada4aeadee9df3fc703076f54756f0b6f30 (plain)
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
# Created by: Maxim Samsonov <xors@sendmail.ru>
# $FreeBSD$

PORTNAME=	dbus
PORTVERSION=	0.70
PORTREVISION=	6
CATEGORIES=	devel kde
MASTER_SITES=	${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR=	distfiles
PKGNAMESUFFIX=	-qt3
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER=	xors@mailup.net
COMMENT=	Qt3 bindings for the D-BUS messaging system

LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus \
		qt-mt:${PORTSDIR}/x11-toolkits/qt33

USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ENV=	QTDIR=${LOCALBASE}
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

PLIST_SUB=	VERSION="1.0"

.include <bsd.port.mk>
OpenPOWER on IntegriCloud