aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gkrellm-reminder2/Makefile
blob: 4bce78d5e211988ed2d027667ccd5dd50a5d1469 (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
# Created by: Tobias Roth <ports@fsck.ch>
# $FreeBSD$

PORTNAME=   reminder
PORTVERSION=    2.0.0
PORTREVISION=   9
CATEGORIES= deskutils
MASTER_SITES=   http://members.dslextreme.com/users/billw/gkrellm/Plugins/ \
        http://depot.fsck.ch/mirror/distfiles/
PKGNAMEPREFIX=  gkrellm-
DISTNAME=   ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GKrellM2 plugin that reminds you of important events

BUILD_DEPENDS=  ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS=    gkrellm:${PORTSDIR}/sysutils/gkrellm2

USES=       pkgconfig
USE_GNOME=  gtk20

PLIST_FILES=    libexec/gkrellm2/plugins/reminder.so
PORTDOCS=   README

do-install:
    @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
    ${INSTALL_PROGRAM} ${WRKSRC}/reminder.so ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>