aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tren/Makefile
blob: 94486effe3fbaa39c9ad865fc3664af12618b9df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Tim Daneliuk <tren@tundraware.com>
# $FreeBSD$

PORTNAME=   tren
PORTVERSION=    1.242
PORTREVISION=   3
CATEGORIES= sysutils python
MASTER_SITES=   http://www.tundraware.com/Software/tren/

MAINTAINER= tren@tundraware.com
COMMENT=    Powerful File And Directory Batch Renaming Tool

LICENSE=    TundraWare
LICENSE_NAME=   TundraWare license
LICENSE_FILE=   ${WRKSRC}/tren-license.txt
LICENSE_PERMS=  dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept

USES=       python:2.7,run shebangfix
SHEBANG_FILES=  tren.py
PLIST_FILES=    bin/tren.py man/man1/tren.1.gz
PORTDOCS=   WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst
NO_ARCH=    yes

OPTIONS_DEFINE= DOCS

post-install-DOCS-on:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}/
    cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/

.include <bsd.port.mk>