pkgsrc/sysutils/dbus-qt3/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

22 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/06/04 22:17:04 tron Exp $
#
DISTNAME= dbus-qt3-0.70
PKGREVISION= 9
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dbus.freedesktop.org/
COMMENT= D-BUS Qt bindings
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-qt3-moc=${QTDIR}/bin/moc
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"