freebsd-ports/misc/gkrellmlaunch2/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
697 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
PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= SF
PKGNAMESUFFIX= 2
MAINTAINER= hideo@lastamericanempire.com
COMMENT= An application launcher plugin for GKrellM2
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so
ALL_TARGET= ${PORTNAME}.so
do-install:
${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.mk>