freebsd-ports/x11/wmutils-opt/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

25 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= wmutils-opt
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
CATEGORIES= x11
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Optional addons to wmutils
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= localbase:ldflags xorg
USE_XORG= xcb
USE_GITHUB= yes
GH_ACCOUNT= wmutils
GH_PROJECT= opt
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>