6fee6b8bae
D-Feet is a D-Bus debugger written in PyGtk+. Current features: * View names on any bus * View exported objects, interfaces, methods and signals * View the full command line of services on the bus * Execute methods with parameters on the bus and see their return values
34 lines
649 B
Makefile
34 lines
649 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/19 17:03:32 jasper Exp $
|
|
|
|
COMMENT= dbus debugger
|
|
|
|
MODPY_EGG_VERSION= 0.1.8
|
|
DISTNAME= d-feet-${MODPY_EGG_VERSION}
|
|
CATEGORIES= sysutils x11
|
|
|
|
HOMEPAGE= https://hosted.fedoraproject.org/d-feet/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://johnp.fedorapeople.org/
|
|
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= ::x11/py-gtk2
|
|
RUN_DEPENDS= ::devel/desktop-file-utils \
|
|
::x11/dbus-python \
|
|
::x11/gnome/py-gnome-desktop
|
|
|
|
USE_X11= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/d-feet
|
|
|
|
.include <bsd.port.mk>
|