5cc4befbc9
PR: 114589 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
31 lines
729 B
Makefile
31 lines
729 B
Makefile
# New ports collection makefile for: keynav
|
|
# Date created: 29 June 2007
|
|
# Whom: Wesley Shields <wxs@atarininja.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= keynav
|
|
DISTVERSION= 20070705
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.semicomplete.com/files/keynav/ \
|
|
http://www.atarininja.org/~wxs/distfiles/
|
|
|
|
MAINTAINER= wxs@atarininja.org
|
|
COMMENT= Quickly select a portion of the screen using minimal keystrokes
|
|
|
|
USE_GNOME= pkgconfig
|
|
USE_XLIB= yes
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/keynav
|
|
PORTEXAMPLES= keynavrc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/keynav ${PREFIX}/bin
|
|
.if !defined(NOPORTEXAMPLES)
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/keynavrc ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|