Update deskutils/horde-mnemo to version 4.1.3
[dports.git] / deskutils / tnote / Makefile
1 # Created by: ports@c0decafe.net
2 # $FreeBSD$
3
4 PORTNAME=       tnote
5 PORTVERSION=    0.2.1
6 CATEGORIES=     deskutils
7 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Small note taking program for the terminal
11
12 LICENSE=        GPLv3
13
14 USE_PYTHON=     yes
15 USE_PYDISTUTILS=yes
16
17 PLIST_FILES=    bin/tnote man/man1/tnote.1.gz
18 PORTDOCS=       *
19
20 OPTIONS_DEFINE= DOCS
21
22 post-extract:
23         @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
24
25 .include <bsd.port.mk>