436d189d35
PR: 222602 Submitted by: Greg V <greg@unrelenting.technology> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13165
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>
|