1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11/wmutils-core/Makefile
Yuri Victorovich d3518f2c4a New port: x11/wmutils-core: Set of window manipulation tools
PR:		225141
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14113
2018-01-29 18:41:00 +00:00

29 lines
451 B
Makefile

# $FreeBSD$
PORTNAME= wmutils-core
DISTVERSIONPREFIX= v
DISTVERSION= 1.4
CATEGORIES= x11
MAINTAINER= dg@syrec.org
COMMENT= Set of window manipulation tools
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
USES= localbase:ldflags
USE_XORG= xcb
USE_GITHUB= yes
GH_ACCOUNT= wmutils
GH_PROJECT= core
CONFLICTS= wtf # games/wtf
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>