freebsd-ports/sysutils/tren/Makefile
Frederic Culot 3b62089d07 - Update to 1.242
PR:		ports/159363
Submitted by:	Tim Daneliuk <tren@tundraware.com> (maintainer)
2011-08-02 13:07:04 +00:00

30 lines
652 B
Makefile

# 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>