diff options
Diffstat (limited to 'x11/xrestop/Makefile')
-rw-r--r-- | x11/xrestop/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index 9a290ef8bfe0..8316b756ae99 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -1,22 +1,16 @@ PORTNAME= xrestop -PORTVERSION= 0.4 -PORTREVISION= 6 +DISTVERSION= 0.6 CATEGORIES= x11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mew14930xvi@inbox.lv COMMENT= X11 server side resource usage statistics monitor WWW= https://www.freedesktop.org/wiki/Software/xrestop/ -USES= gmake pkgconfig ncurses xorg xorg-cat:app -USE_XORG= x11 xext xrender xt xres xorgproto -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_GITLAB= yes -GL_TAGNAME= 5e3d606e9e055c2442e90285b6fe7ffdc2f721b8 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11" -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +USES= ncurses tar:xz xorg xorg-cat:app +USE_XORG= x11 xext xres xorgproto PLIST_FILES= bin/xrestop share/man/man1/xrestop.1.gz |