daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
27 lines
598 B
Makefile
27 lines
598 B
Makefile
# $OpenBSD: Makefile,v 1.14 2018/01/11 19:27:04 rpe Exp $
|
|
|
|
COMMENT = daemon to control digital model railroad systems
|
|
|
|
DISTNAME = srcpd-2.1.3
|
|
CATEGORIES = misc net
|
|
REVISION = 2
|
|
|
|
HOMEPAGE = http://srcpd.sourceforge.net/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=srcpd/}
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c iconv m pthread z lzma xml2
|
|
LIB_DEPENDS += converters/libiconv \
|
|
textproc/libxml
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/srcpd
|
|
|
|
.include <bsd.port.mk>
|