freebsd-ports/x11/wmutils-opt/Makefile
Yuri Victorovich eed7d08a11 New port: x11/wmutils-opt: Optional addons to wmutils
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
2018-01-29 21:49:33 +00:00

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>