New script: auto-chromium+widevine-install
auto-install-linux_base: No longer add fstab entries.
Not necessary, and causes problems with tmpfs.
auto-install-packages: Fix exit status for non-existent ports
21 lines
375 B
Makefile
21 lines
375 B
Makefile
PORTNAME= auto-admin
|
|
DISTVERSION= 0.8.4-22
|
|
DISTVERSIONSUFFIX= -g59caa81
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Portable tools for automating systems management
|
|
WWW= https://github.com/outpaddling/auto-admin
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|