freebsd-ports/deskutils/gkrellm-gtodo/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

33 lines
888 B
Makefile

# New ports collection makefile for: gkrellm-gtodo
# Date created: Wed Apr 28 08:31:22 CEST 2004
# Whom: Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#
PORTNAME= gtodo
PORTVERSION= 0.2.5.a
PORTREVISION= 6
CATEGORIES= deskutils
MASTER_SITES= http://voidtrance.home.comcast.net/ \
http://depot.fsck.ch/mirror/distfiles/
PKGNAMEPREFIX= gkrellm-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-0.2.5a
MAINTAINER= ports@fsck.ch
COMMENT= GKrellM2 plugin that tracks tasks and to-do items
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USE_GMAKE= yes
USE_GNOME= gtk20
PLIST_FILES= libexec/gkrellm2/plugins/gkrellm-gtodo.so
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PKGNAMEPREFIX}${PORTNAME}.so \
${PREFIX}/libexec/gkrellm2/plugins/
.include <bsd.port.mk>