notable changes, besides press coverage: * niceload --sensor makes it possible to use a program to control if a program should be suspended. * Bug fixes and man page updates. ok ajacoutot@, pascal@ (MAINTAINER)
27 lines
508 B
Makefile
27 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/12/06 20:30:09 rpe Exp $
|
|
|
|
COMMENT = execute jobs in parallel
|
|
|
|
DISTNAME = parallel-20121122
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.gnu.org/software/parallel/
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=parallel/}
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|