mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
7a24bec800
Runner is a launch menu for X Window System. It is meant to start fast and give access to often used programs but also run any command. It is also optimized for keyboard usage. WWW: http://www.boomerangsworld.de/cms/tools/runner.html
27 lines
622 B
Makefile
27 lines
622 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
PORTNAME= runner
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.boomerangsworld.de/cms/tools/downloads/
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Fast program launch menu for X Window System
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= compiler:c++0x tar:bzip2 xorg
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= ice sm x11 xft xinerama
|
|
|
|
PLIST_FILES= bin/${PORTNAME} ${DATADIR_REL}/program_list
|
|
PORTDOCS= AUTHORS ChangeLog README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|