If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
26 lines
401 B
Makefile
26 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/17 14:39:43 danj Exp $
|
|
#
|
|
|
|
COMMENT = execute jobs in parallel
|
|
|
|
DISTNAME = xjobs-20100915
|
|
REVISION = 0
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.maier-komor.de/xjobs.html
|
|
|
|
# License GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c m
|
|
|
|
MASTER_SITES = http://www.maier-komor.de/xjobs/
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|