eed7d08a11
See details here: https://github.com/wmutils/opt PR: 225142 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14112
24 lines
372 B
Makefile
24 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wmutils-opt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= dg@syrec.org
|
|
COMMENT= Optional addons to wmutils
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= localbase:ldflags
|
|
USE_XORG= xcb
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wmutils
|
|
GH_PROJECT= opt
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
.include <bsd.port.mk>
|