HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/misc/unclutter-xfixes/Makefile
# Created by: Oleh Hushchenkov <gor@clogic.com.ua>

PORTNAME=	unclutter-xfixes
PORTVERSION=	1.5
DISTVERSIONPREFIX=	v
CATEGORIES=	misc

MAINTAINER=	o.hushchenkov@gmail.com
COMMENT=	Rewrite of unclutter using the x11-xfixes extension

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 \
		man/man1/unclutter.1.gz

MAKE_ARGS=	CC=${CC}

CFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>