1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/misc/unclutter-xfixes/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

35 lines
622 B
Makefile

# Created by: Oleh Hushchenkov <gor@clogic.com.ua>
# $FreeBSD$
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>