Fixed Bug: * Fix Lenz GA address handling (bug introduced in version 2.0.11). * Fix usage of XEvtLok in IB module. * Fix baud rate negotiation in IB module. * Reject INIT GL if device is locked New Features * Support for up to 28 GL functions in Lenz module. * Add missing TERM GA function. * Send info message for SET SM, INIT SM, TERM SM o Provide 28 speed steps for DCC in dll module. * Read initial power state from IB on startup. * Provide functions F17 - F28 in IB module (OpenDCC) * IB module: Show firmware versions in readable manner. General Changes * Improve conectivity to usb2serial adapters for Loconet module. * Support for OpenBSD.
26 lines
585 B
Makefile
26 lines
585 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/11/16 11:39:44 sebastia Exp $
|
|
|
|
COMMENT = daemon to control digital model railroad systems
|
|
|
|
DISTNAME = srcpd-2.1.2
|
|
CATEGORIES = misc net
|
|
|
|
HOMEPAGE = http://srcpd.sourceforge.net/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=srcpd/}
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES += converters/libiconv
|
|
WANTLIB += c m pthread z xml2
|
|
LIB_DEPENDS += textproc/libxml
|
|
|
|
AUTOCONF_VERSION = 2.64
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/srcpd
|
|
|
|
.include <bsd.port.mk>
|