- 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
30 lines
502 B
Makefile
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>
|