blob: 83f45798120b2fc0fe5a0a0ab047f32c52088f76 (
plain)
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
|
# New ports collection makefile for: tomboy-wordcount
# Date created: 2008-12-23
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= tomboy-plugin-wordcount
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.proven-corporation.com/~jhs/
DISTNAME= tomboy-wordcount-${PORTVERSION}
MAINTAINER= mono@FreeBSD.org
COMMENT= Counts lines, words, and characters in your notes
BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
ALL_TARGET= Wordcount.dll
PLIST_FILES= lib/tomboy/addins/Wordcount.dll
do-install:
cd ${WRKSRC} && ${INSTALL_DATA} Wordcount.dll ${PREFIX}/lib/tomboy/addins/
.include <bsd.port.mk>
|