78d9e42a8f
WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings PR: ports/104547 Submitted by: Maxim Samsonov <xors at sendmail.ru>
31 lines
735 B
Makefile
31 lines
735 B
Makefile
# New ports collection makefile for: dbus-qt3
|
|
# Date created: 2006-10-18
|
|
# Whom: Maxim Samsonov <xors@sendmail.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbus
|
|
PORTVERSION= 0.70
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
PKGNAMESUFFIX= -qt3
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= xors@sendmail.ru
|
|
COMMENT= Qt3 bindings for the D-BUS messaging system
|
|
|
|
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
|
|
qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ENV= QTDIR=${X11BASE} CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
PLIST_SUB= VERSION="1.0"
|
|
|
|
.include <bsd.port.mk>
|