forked from Lainports/freebsd-ports
auto-automount-setup: Fix early exit due to failed automount deinstall
Unbreaks automounting of removable media in desktop-installer
Move some scripts from sbin to bin
Numerous improvements for other systems, not relevant to FreeBSD
20 lines
367 B
Makefile
20 lines
367 B
Makefile
PORTNAME= auto-admin
|
|
DISTVERSION= 0.8.0-25
|
|
DISTVERSIONSUFFIX= -g9cd1f50
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Portable tools for automating systems management
|
|
WWW= https://acadix.biz/auto-admin.php
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|