aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gkrellm-gtodo/Makefile
blob: 1c1c0168a6ec0e948c7e03f0798be066d0dd4ccc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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=   5
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=  ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS=    gkrellm:${PORTSDIR}/sysutils/gkrellm2

USE_GMAKE=  yes
USE_X_PREFIX=   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>