2007-06-07 10:08:02 +00:00
|
|
|
# New ports collection makefile for: s3cmd
|
|
|
|
# Date created: 2007-05-02
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= s3cmd
|
2011-06-20 08:05:14 +00:00
|
|
|
PORTVERSION= 1.0.1
|
2011-09-19 17:13:26 +00:00
|
|
|
PORTREVISION= 1
|
2007-06-07 10:08:02 +00:00
|
|
|
CATEGORIES= net python
|
2011-02-05 10:52:47 +00:00
|
|
|
MASTER_SITES= SF/s3tools/${PORTNAME}/${PORTVERSION}
|
2007-06-07 10:08:02 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2007-06-14 02:30:06 +00:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2007-06-07 10:08:02 +00:00
|
|
|
COMMENT= Unix-like tools to manipulate stored files from the command line
|
|
|
|
|
|
|
|
USE_PYDISTUTILS= yes
|
2011-09-19 17:13:26 +00:00
|
|
|
USE_PYTHON= 2.5-2.7
|
2007-06-07 10:08:02 +00:00
|
|
|
|
|
|
|
MAN1= s3cmd.1
|
|
|
|
|
2010-12-31 01:54:16 +00:00
|
|
|
FETCH_ARGS= -Fpr
|
|
|
|
|
2007-06-07 10:08:02 +00:00
|
|
|
post-patch:
|
2007-08-14 08:55:45 +00:00
|
|
|
${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/setup.py
|
2007-06-07 10:08:02 +00:00
|
|
|
.ifndef(NOPORTDOCS)
|
2007-08-14 08:55:45 +00:00
|
|
|
${REINPLACE_CMD} -e 's,doc/packages,doc,' ${WRKSRC}/setup.py
|
2007-06-07 10:08:02 +00:00
|
|
|
.else
|
2007-08-14 08:55:45 +00:00
|
|
|
${REINPLACE_CMD} -e '/(doc_path+/d' ${WRKSRC}/setup.py
|
2007-06-07 10:08:02 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|