freebsd-ports/x11/xcape/Makefile
Fernando Apesteguía f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00

28 lines
549 B
Makefile

PORTNAME= xcape
DISTVERSIONPREFIX= v
DISTVERSION= 1.2-9
DISTVERSIONSUFFIX= -g6ded5b4
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
COMMENT= Configure modifier keys to act as other keys when pressed on their own
WWW= https://github.com/alols/xcape
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>