openbsd-ports/sysutils/xjobs/Makefile
2013-03-11 11:35:43 +00:00

28 lines
458 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/11 11:41:33 espie Exp $
#
COMMENT = execute jobs in parallel
DISTNAME = xjobs-20100915
CATEGORIES = sysutils
HOMEPAGE = http://www.maier-komor.de/xjobs.html
MAINTAINER = Rene Maroufi <info@maroufi.net>
# License GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m
MASTER_SITES = http://www.maier-komor.de/xjobs/
EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
NO_TEST = Yes
.include <bsd.port.mk>