freebsd-ports/deskutils/tomboy-plugin-wordcount/Makefile
Romain Tartière da96352563 Tomboy-Wordcount is a Tomboy plugin (or “addin”) which will count the lines,
words, and characters in a note, much like the Unix “wc” (word count) tool.

WWW:	http://www.proven-corporation.com/software/tomboy-wordcount/
2010-06-02 16:35:17 +00:00

27 lines
692 B
Makefile

# 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
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>