mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
29 lines
530 B
Makefile
29 lines
530 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
|
||
|
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>
|