mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
fea569092a
- Added new option --ignore-scrolling While here, add LICENSE_FILE PR: 220792 Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
36 lines
655 B
Makefile
36 lines
655 B
Makefile
# Created by: Oleh Hushchenkov <gor@clogic.com.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unclutter-xfixes
|
|
PORTVERSION= 1.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= gor@clogic.com.ua
|
|
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
|
|
|
|
CONFLICTS_INSTALL= unclutter-8*
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Airblader
|
|
|
|
USE_XORG= x11 xi xfixes
|
|
|
|
USES= gmake pkgconfig
|
|
|
|
PLIST_FILES= bin/unclutter \
|
|
man/man1/unclutter.1.gz
|
|
|
|
MAKE_ENV+= UNCLUTTER_VERSION=${PORTVERSION}
|
|
MAKE_ARGS= CC=${CC}
|
|
|
|
.include <bsd.port.mk>
|