mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4c46ca73d8
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.
25 lines
381 B
Makefile
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>
|