freebsd-ports/misc/gkrellmlaunch2/Makefile
Edwin Groothuis 88e89b4329 New port: misc/gkrellmlaunch2: GKrellM2 plugin for one-click access
to frequently used programs

	An update for gkrellmlaunch for GKrellM 2+. Allows a
	user-specified list of programs to be added to GKrellM for
	one-click launch access.

PR:		ports/70828
Submitted by:	hideo <hideo@lastamericanempire.com>
2004-12-23 09:33:22 +00:00

28 lines
753 B
Makefile

# New ports collection makefile for: gkrellmlaunch2
# Date Created: 23 Aug 2004
# Whom: Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= gkrellmlaunch
PORTVERSION= 0.5
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= 2
MAINTAINER= hideo@lastamericanempire.com
COMMENT= An application launcher plugin for GKrellM2
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so
USE_X_PREFIX= yes
ALL_TARGET= ${PORTNAME}.so
do-install:
${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.mk>