1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/xcape/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

29 lines
535 B
Makefile

# $FreeBSD$
PORTNAME= xcape
DISTVERSIONPREFIX= v
DISTVERSION= 1.2-9
DISTVERSIONSUFFIX= -g6ded5b4
CATEGORIES= x11
MAINTAINER= greg@unrelenting.technology
COMMENT= Configure modifier keys to act as other keys when pressed on their own
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= alols
USES= pkgconfig xorg
USE_XORG= x11 xtst
MAKE_ARGS= PREFIX=${PREFIX} MANDIR=/man/man1
PLIST_FILES= bin/xcape man/man1/xcape.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xcape
.include <bsd.port.mk>