aboutsummaryrefslogtreecommitdiff
path: root/x11/wmutils-core/Makefile
blob: 859a745249c8b174c1e27494f34ec563772ccdcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	wmutils-core
DISTVERSIONPREFIX=	v
DISTVERSION=	1.5
CATEGORIES=	x11

MAINTAINER=	dmgk@FreeBSD.org
COMMENT=	Set of window manipulation tools

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libxcb-util.so:x11/xcb-util \
		libxcb-cursor.so:x11/xcb-util-cursor

USES=		localbase:ldflags xorg

USE_GITHUB=	yes
GH_ACCOUNT=	wmutils
GH_PROJECT=	core

USE_XORG=	xcb

CONFLICTS=	wtf  # games/wtf

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

.include <bsd.port.mk>