DEBUG like all ports features, must not ever be set in a port, they are user facing features, that the user needs to enable in their environment/make.conf, either by defining WITH_DEBUG globally, or by setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled in.
23 lines
478 B
Makefile
23 lines
478 B
Makefile
PORTNAME= npmount
|
|
DISTVERSION= 0.1.1-3
|
|
DISTVERSIONSUFFIX= -ge0c8050
|
|
PORTREVISION= 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
|
|
|
|
BUILD_DEPENDS= libxtend>=0.2.0:devel/libxtend
|
|
LIB_DEPENDS= libxtend.so:devel/libxtend
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
MAKE_ENV= MANDIR=${PREFIX}/share/man
|
|
|
|
.include <bsd.port.mk>
|