blob: 24652e31ae4fcf90a74793b55a89947c4b6e3b50 (
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
|
# New ports collection makefile for: tren
# Date created: 23 April 2010
# Whom: Tim Daneliuk <tren@tundraware.com>
#
# $FreeBSD$
#
PORTNAME= tren
PORTVERSION= 1.242
CATEGORIES= sysutils python
MASTER_SITES= http://www.tundraware.com/Software/tren/
MAINTAINER= tren@tundraware.com
COMMENT= A Powerful File And Directory Batch Renaming Tool
USE_PYTHON= yes
MAN1= tren.1
MANCOMPRESSED= yes
PLIST_FILES= bin/tren.py
PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>
|