mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d3518f2c4a
PR: 225141 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14113
29 lines
451 B
Makefile
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>
|