DESCR taken from pkg/21196 by ptiJo <ptijo at noos dot fr>. GKrellMLaunch plugin which allows one-click access to frequently used applications from GKrellM. Offering customisable buttons, GKrellMLaunch allows you to quickly launch a shell, Mozilla etc. with a simple click - all from GKrellM. - Unused buttons can be hidden to save screen space. - Button labels can be different from command.
20 lines
564 B
Makefile
20 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/04/15 21:51:23 cubidou Exp $
|
|
#
|
|
|
|
DISTNAME= gkrellmlaunch-0.5
|
|
PKGNAME= ${DISTNAME:S/gkrellm/gkrellm-/}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmlaunch/}
|
|
|
|
MAINTAINER= cube@cubidou.net
|
|
HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
|
|
COMMENT= GKrellM plugin to allow quick launch of applications
|
|
|
|
USE_BUILDLINK2= YES
|
|
ALL_TARGET= gkrellmlaunch.so
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/lib/gkrellm2/plugins
|
|
|
|
.include "../../wip/gkrellm2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|