freebsd-ports/net/py-s3cmd/Makefile
Bryan Drewery 0829a684e1 - Support stage
- Convert to optionsng
2014-04-10 02:30:10 +00:00

27 lines
650 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= s3cmd
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= SF/s3tools/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Unix-like tools to manipulate stored files from the command line
USE_PYDISTUTILS= yes
USE_PYTHON= 2
.include <bsd.port.options.mk>
post-patch:
${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/setup.py
.if ${PORT_OPTIONS:MDOCS}
${REINPLACE_CMD} -e 's,doc/packages,doc,' ${WRKSRC}/setup.py
.else
${REINPLACE_CMD} -e '/(doc_path+/d' ${WRKSRC}/setup.py
.endif
.include <bsd.port.mk>