Create a package for autofs(5)

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-02-02 17:33:37 +00:00
parent 17f1329d94
commit dd181aca6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295156
4 changed files with 35 additions and 1 deletions

View File

@ -3,6 +3,8 @@
.include <src.opts.mk>
FILESGROUPS= FILES
SUBDIR= \
newsyslog.conf.d
@ -79,8 +81,13 @@ BIN1+= apmd.conf
.endif
.if ${MK_AUTOFS} != "no"
BIN1+= auto_master
FILESGROUPS+= AUTOFS
AUTOFS+= auto_master
.endif
AUTOFSDIR= /etc
AUTOFSMODE= ${BINMODE}
AUTOFSPACKAGE= autofs
AUTOFSTAGS= config
.if ${MK_FREEBSD_UPDATE} != "no"
BIN1+= freebsd-update.conf

View File

@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "Autofs(5) Utilities (debugging symbols)"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD

View File

@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "Autofs(5) Utilities"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=autofs
PROG= automountd
SRCS= automount.c
SRCS+= automountd.c