freebsd-ports/deskutils/tomboy-plugin-wordcount/Makefile
2014-05-18 11:57:55 +00:00

26 lines
697 B
Makefile

# Created by: 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
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 <bsd.port.mk>