Update deskutils/horde-mnemo to version 4.1.3
[dports.git] / deskutils / tomboy-plugin-wordcount / Makefile
1 # Created by: Romain Tartiere <romain@blogreen.org>
2 # $FreeBSD$
3
4 PORTNAME=       tomboy-plugin-wordcount
5 PORTVERSION=    0.2
6 PORTREVISION=   1
7 CATEGORIES=     deskutils
8 MASTER_SITES=   http://www.proven-corporation.com/~jhs/
9 DISTNAME=       tomboy-wordcount-${PORTVERSION}
10
11 MAINTAINER=     mono@FreeBSD.org
12 COMMENT=        Counts lines, words, and characters in your notes
13
14 BUILD_DEPENDS=  tomboy:${PORTSDIR}/deskutils/tomboy
15 RUN_DEPENDS=    tomboy:${PORTSDIR}/deskutils/tomboy
16
17 ALL_TARGET=     Wordcount.dll
18
19 PLIST_FILES=    lib/tomboy/addins/Wordcount.dll
20
21 NO_STAGE=       yes
22 do-install:
23         cd ${WRKSRC} && ${INSTALL_DATA} Wordcount.dll ${PREFIX}/lib/tomboy/addins/
24
25 .include <bsd.port.mk>