freebsd-ports/x11/wmutils-core/Makefile
Dmitri Goutnik 78076c8a0d x11/wmutils-core: Update to 1.5
- Pet portclippy while here

Changes:	https://github.com/wmutils/core/compare/v1.4...v1.5

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D22058
2019-10-20 02:21:46 +00:00

30 lines
502 B
Makefile

# $FreeBSD$
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>