aboutsummaryrefslogtreecommitdiffstats
path: root/net/googlecl
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2010-10-02 13:06:15 +0800
committerlwhsu <lwhsu@FreeBSD.org>2010-10-02 13:06:15 +0800
commitbe0d3395a098c9653469f36dba1616a10aa6dff0 (patch)
treea3662353eb0905d70c3d89ab1a4849605d5d897c /net/googlecl
parent113e33d0899dbd1cb99d055bd86d17b49fcf264e (diff)
downloadfreebsd-ports-gnome-be0d3395a098c9653469f36dba1616a10aa6dff0.tar.gz
freebsd-ports-gnome-be0d3395a098c9653469f36dba1616a10aa6dff0.tar.zst
freebsd-ports-gnome-be0d3395a098c9653469f36dba1616a10aa6dff0.zip
- Installing man/google.1 as man page
- Installing README.* files as documentation - Setting license (Apache License, Version 2.0) - Bump PORTREVISION PR: ports/151044 Submitted by: Sébastien Santoro <dereckson AT gmail.com>
Diffstat (limited to 'net/googlecl')
-rw-r--r--net/googlecl/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile
index 7f4ce44c8e0d..751621d94e1a 100644
--- a/net/googlecl/Makefile
+++ b/net/googlecl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= googlecl
PORTVERSION= 0.9.10
+PORTREVISION= 1
CATEGORIES= net www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -18,4 +19,17 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+LICENSE= ASL
+
+MAN1= google.1
+
+PORTDOCS= *
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>