1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11/keynav/Makefile
Wesley Shields 083289027b - Update to 0.20100302.2713 (bump PORTEPOCH)
- Depend upon libxdo
- Remove post-patch target as it is no longer needed since we are not building
  xdo with it anymore

Feature safe:	yes
2010-03-03 01:41:28 +00:00

35 lines
766 B
Makefile

# New ports collection makefile for: keynav
# Date created: 29 June 2007
# Whom: Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#
PORTNAME= keynav
DISTVERSION= 0.20100302.2713
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= xdo.1:${PORTSDIR}/x11/xdotool
USE_GNOME= glib20
USE_XORG= xtst x11 xinerama
USE_GMAKE= yes
PLIST_FILES= bin/keynav
PORTEXAMPLES= keynavrc
MAKE_JOBS_SAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keynav ${PREFIX}/bin
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/keynavrc ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>