openbsd-ports/x11/dbus-intf/Makefile
2013-03-11 11:35:43 +00:00

27 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/11 11:46:08 espie Exp $
COMMENT = high level interface to dbus-tcl
DISTNAME = dbus-intf0.4
PKGNAME = dbus-intf-0.4
CATEGORIES = x11
HOMEPAGE = http://dbus-tcl.sourceforge.net/
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
# ISC
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dbus-tcl/}
MODULES = lang/tcl
BUILD_DEPENDS = devel/tcllib
RUN_DEPENDS = x11/dbus-tcl
SEPARATE_BUILD =Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR} \
--libdir=${MODTCL_TCLDIR}
NO_TEST = Yes
.include <bsd.port.mk>