diff options
| author | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-09 20:15:49 +0000 |
|---|---|---|
| committer | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-09 20:15:49 +0000 |
| commit | 78b2f339f24e716adb7ef6cb5813b4f7c364df2f (patch) | |
| tree | 10e850a3cfe8a1d15028c7dbb55deb38d1f842bb /sysutils/tren/Makefile | |
| parent | 188b9291f720c7fb0546189a91b02a1c3b0693d7 (diff) | |
Notes
Diffstat (limited to 'sysutils/tren/Makefile')
| -rw-r--r-- | sysutils/tren/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/tren/Makefile b/sysutils/tren/Makefile new file mode 100644 index 000000000000..e590df26a4bd --- /dev/null +++ b/sysutils/tren/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: tren +# Date created: 23 April 2010 +# Whom: Tim Daneliuk <tren@tundraware.com> +# +# $FreeBSD$ +# + +PORTNAME= tren +PORTVERSION= 1.217 +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 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> |
