2015-12-02 23:15:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-05-20 18:57:33 +02:00
|
|
|
PORTNAME= jobd
|
2016-05-31 16:14:08 +02:00
|
|
|
PORTVERSION= 0.7.1
|
2015-12-02 23:33:27 +01:00
|
|
|
DISTVERSIONPREFIX=v
|
2015-12-02 23:15:34 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= mark@heily.com
|
2016-05-20 18:57:33 +02:00
|
|
|
COMMENT= Job management framework
|
2015-12-02 23:15:34 +01:00
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
|
2016-05-20 18:57:33 +02:00
|
|
|
BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc
|
2016-03-21 16:47:03 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
2015-12-02 23:15:34 +01:00
|
|
|
USE_GITHUB= YES
|
2016-05-20 18:57:33 +02:00
|
|
|
USE_LDCONFIG= YES
|
2015-12-02 23:15:34 +01:00
|
|
|
GH_ACCOUNT= mheily
|
|
|
|
|
2017-05-14 01:50:49 +02:00
|
|
|
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_powerpc64= fails to configure: Unable to run configure in ./src/
|
|
|
|
BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11
|
2016-11-16 01:35:29 +01:00
|
|
|
|
2017-01-03 12:01:05 +01:00
|
|
|
.include <bsd.port.mk>
|