mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ce21d8d964
With hat: portmgr
31 lines
692 B
Makefile
31 lines
692 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= keynav
|
|
DISTVERSION= 0.20110708.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://semicomplete.googlecode.com/files/
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
COMMENT= Quickly select a portion of the screen using minimal keystrokes
|
|
|
|
LIB_DEPENDS= libxdo.so:${PORTSDIR}/x11/xdotool \
|
|
libcairo.so:${PORTSDIR}/graphics/cairo
|
|
|
|
USES= gmake pkgconfig
|
|
USE_GNOME= glib20
|
|
USE_XORG= xtst x11 xinerama
|
|
|
|
PLIST_FILES= bin/keynav
|
|
PORTEXAMPLES= keynavrc
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/keynav ${STAGEDIR}${PREFIX}/bin
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/keynavrc ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|