blob: ce0b86f4df12618354628125c517abab6f82199d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= unclutter-xfixes
PORTVERSION= 1.6
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= misc
MAINTAINER= o.hushchenkov@gmail.com
COMMENT= Rewrite of unclutter using the x11-xfixes extension
WWW= https://github.com/Airblader/unclutter-xfixes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= a2x:textproc/asciidoc
LIB_DEPENDS= libev.so:devel/libev
USES= gmake pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= Airblader
USE_XORG= x11 xi xfixes
CONFLICTS_INSTALL= unclutter-8*
PLIST_FILES= bin/unclutter \
share/man/man1/unclutter.1.gz
MAKE_ARGS= CC=${CC}
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>
|