mirror of https://git.FreeBSD.org/ports.git
20 lines
381 B
Makefile
20 lines
381 B
Makefile
PORTNAME= btop
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.4.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkubaj@FreeBSD.org
|
|
COMMENT= Monitor of resources
|
|
WWW= https://github.com/aristocratos/btop
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= aristocratos
|
|
|
|
MAKE_ARGS= STRIP=true ADDFLAGS="${CXXFLAGS} ${LDFLAGS}" VERBOSE=true
|
|
|
|
.include <bsd.port.mk>
|