2013-09-20 18:21:37 +02:00
|
|
|
# Created by: ports@c0decafe.net
|
2010-09-16 00:42:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tnote
|
|
|
|
PORTVERSION= 0.2.1
|
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
|
|
|
|
|
2012-08-14 20:19:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-02-02 18:06:21 +01:00
|
|
|
COMMENT= Small note taking program for the terminal
|
2010-09-16 00:42:51 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
2014-02-02 18:06:21 +01:00
|
|
|
PLIST_FILES= bin/tnote man/man1/tnote.1.gz
|
2010-09-16 00:42:51 +02:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2014-02-02 18:06:21 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2010-09-16 00:42:51 +02:00
|
|
|
post-extract:
|
|
|
|
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|