aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jobd/Makefile
blob: d9a3e780943ead70194d92170de2a82a5f31a4fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $FreeBSD$

PORTNAME=	jobd
PORTVERSION=	0.7.1
DISTVERSIONPREFIX=v
CATEGORIES=	sysutils

MAINTAINER=	mark@heily.com
COMMENT=	Job management framework

LICENSE=	ISCL

BUILD_DEPENDS=	docbook2mdoc:textproc/docbook2mdoc

HAS_CONFIGURE=	YES
USE_GITHUB=	YES
USE_LDCONFIG=	YES
GH_ACCOUNT=	mheily

BROKEN_aarch64=		Fails to compile: comparison of constant -1 with expression of type char is always true
BROKEN_mips64=		Fails to configure: unrecognized command line option -std=c++11
BROKEN_sparc64=		Fails to configure: unrecognized command line option -std=c++11

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 1000000
IGNORE=		requires FreeBSD 10 or later
.endif

.include <bsd.port.post.mk>