a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
22 lines
552 B
Makefile
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"
|