19 lines
364 B
Makefile
19 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>
|