From be0d3395a098c9653469f36dba1616a10aa6dff0 Mon Sep 17 00:00:00 2001 From: lwhsu Date: Sat, 2 Oct 2010 05:06:15 +0000 Subject: - Installing man/google.1 as man page - Installing README.* files as documentation - Setting license (Apache License, Version 2.0) - Bump PORTREVISION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: ports/151044 Submitted by: Sébastien Santoro --- net/googlecl/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'net/googlecl') 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 -- cgit