b4970ef911
A simple and flexible batch system for a single machine. Each user uses a personal queue which can run several jobs in parallel.
18 lines
416 B
Makefile
18 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/10/03 11:02:28 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ts-0.7.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/
|
|
|
|
MAINTAINER= jan.smydke@jh-inst.cas.cz
|
|
HOMEPAGE= http://vicerveza.homeunix.net/~viric/soft/ts/
|
|
COMMENT= Simple handy batch system
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|