0fae2e9e0e
Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
24 lines
565 B
Makefile
24 lines
565 B
Makefile
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xrestop
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://projects.o-hand.com/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
COMMENT= X11 server side resource usage statistics monitor
|
|
|
|
USES= gmake pkgconfig ncurses
|
|
USE_XORG= x11 xext xrender xt xres xorgproto
|
|
GNU_CONFIGURE= yes
|
|
|
|
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>
|