# Created by: Romain Tartiere # $FreeBSD: head/deskutils/tomboy-plugin-wordcount/Makefile 354413 2014-05-18 11:57:55Z antoine $ 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 ADDINS_DIR= lib/tomboy/addins PLIST_FILES=${ADDINS_DIR}/Wordcount.dll do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${ADDINS_DIR} ${INSTALL_DATA} ${WRKSRC}/Wordcount.dll ${STAGEDIR}${PREFIX}/${ADDINS_DIR} .include