1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/npmount/Makefile
Jason W. Bacon 31e744b505 sysutils/npmount: Command line tool for non-privileged [un]mount
NPMount is a command-line tool to provide limited mount and unmount
capabilities to non-privileged users, such as mounting and unmounting
external media including optical discs and thumb drives.
2023-06-10 07:05:07 -05:00

20 lines
364 B
Makefile

PORTNAME= npmount
DISTVERSION= 0.1.1
CATEGORIES= sysutils
MAINTAINER= jwb@FreeBSD.org
COMMENT= Command line tool for non-privileged [un]mount
WWW= https://github.com/outpaddling/npmount
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxtend.so:devel/libxtend
USE_GITHUB= yes
GH_ACCOUNT= outpaddling
WITH_DEBUG= yes
.include <bsd.port.mk>