1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/unclutter-xfixes/Makefile
Muhammad Moinur Rahman 306502dc6e
misc/unclutter-xfixes: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 21:43:21 +01:00

34 lines
632 B
Makefile

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>