mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
f184505469
For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
34 lines
706 B
Makefile
34 lines
706 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= xdo.2:${PORTSDIR}/x11/xdotool \
|
|
cairo.2:${PORTSDIR}/graphics/cairo
|
|
|
|
USE_GNOME= glib20
|
|
USE_XORG= xtst x11 xinerama
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/keynav
|
|
PORTEXAMPLES= keynavrc
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/keynav ${PREFIX}/bin
|
|
.if !defined(NOPORTEXAMPLES)
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/keynavrc ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|