opnsense-ports/deskutils/tnote/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

32 lines
626 B
Makefile

# Created by: ports@c0decafe.net
# $FreeBSD$
PORTNAME= tnote
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Small note taking program for the terminal
LICENSE= GPLv3
USES= python:2 shebangfix
USE_PYTHON= distutils
SHEBANG_FILES= tnote
python_OLD_CMD= ${SETENV} python
python_CMD= ${SETENV} python2
PLIST_FILES= bin/tnote man/man1/tnote.1.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-extract:
@${REINPLACE_CMD} -e 's|share/man|man|; \
s|share/doc/tnote|${DOCSDIR_REL}|' \
${WRKSRC}/setup.py
.include <bsd.port.mk>