aboutsummaryrefslogblamecommitdiff
path: root/x11/xrestop/Makefile
blob: ba3edd9b217f4ccd3eb04a45be4e865a104a23e8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                      

                       
                   
                 
                   



                                                                 
                                                         
                                                  
                   
                   
                                                        
 


                                                
 
                                                 

                      
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>

PORTNAME=	xrestop
PORTVERSION=	0.4
PORTREVISION=	5
CATEGORIES=	x11

MAINTAINER=	bland@FreeBSD.org
COMMENT=	X11 server side resource usage statistics monitor

USES=		gmake pkgconfig ncurses xorg xorg-cat:app
USE_XORG=	x11 xext xrender xt xres xorgproto
GNU_CONFIGURE=	yes
USE_GITLAB=	yes
GL_COMMIT=	5e3d606e9e055c2442e90285b6fe7ffdc2f721b8

CONFIGURE_ENV=	XLIBS="-L${LOCALBASE}/lib -lX11"
LDFLAGS+=	-L${LOCALBASE}/lib
CFLAGS+=	-I${LOCALBASE}/include

PLIST_FILES=	bin/xrestop man/man1/xrestop.1.gz

.include <bsd.port.mk>