Make at(1) and related tools an individual package

This commit is contained in:
Baptiste Daroussin 2015-03-05 16:49:52 +00:00
parent 0ed8966e5b
commit 58cf66a972
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=279662
3 changed files with 21 additions and 1 deletions

View File

@ -4,6 +4,8 @@
NO_OBJ=
FILESGROUPS= FILES
FILES= README \
cron \
ftpd \
@ -17,7 +19,11 @@ FILES= README \
xdm
.if ${MK_AT} != "no"
FILES+= atrun
FILESGROUPS= AT
AT+= atrun
ATPACKAGE+= at
ATDIR= /etc/pam.d
ATMODE= 644
.endif
FILESDIR= /etc/pam.d

View File

@ -0,0 +1,13 @@
name = "FreeBSD-at"
origin = "base"
version = "%VERSION%"
comment = "at(1) and related utilities"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View File

@ -9,6 +9,7 @@ DAEMON_UID=1
DEFAULT_BATCH_QUEUE=E
DEFAULT_AT_QUEUE=c
PERM_PATH=/var/at
PACKAGE= at
CFLAGS += -DATJOB_DIR=\"$(ATJOB_DIR)/\" \
-DLFILE=\"$(ATJOB_DIR)/$(LOCKFILE)\" \