openbsd-ports/x11/gnustep/dbuskit/Makefile
sebastia cd3938e3c3 import DBusKit: GNUstep dbus interface
DBusKit is the GNUstep D-Bus bindings framework. The framework allows
Objective-C applications to access the D-Bus inter-process communication
system.

OK landry@
2011-05-14 08:32:30 +00:00

28 lines
691 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/05/14 08:32:30 sebastia Exp $
COMMENT = GNUstep dbus interface
CATEGORIES += x11/gnustep devel
VERSION = 0.1
DISTNAME = dbuskit-${VERSION}
PKGNAME = gnustep-dbuskit-${VERSION}
EXTRACT_SUFX = .tar.bz2
SHARED_LIBS = DBusKit 0.0
HOMEPAGE = http://www.gnustep.org/
MASTER_SITES = http://download.gna.org/gnustep/
MODULES += x11/gnustep
MODGNUSTEP_NEEDS_GUI = No
WANTLIB += c dbus-1 m pthread gnustep-base objc
BUILD_DEPENDS += print/texlive/base \
textproc/texi2html
# Setting porthome is needed to successfully build the
# documenation
PORTHOME = ${WRKDIST}
MAKE_FLAGS = DBusKit_INTERFACE_VERSION=${LIBDBusKit_VERSION}
.include <bsd.port.mk>