openbsd-ports/productivity/googlecl/Makefile

36 lines
776 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:37:55 espie Exp $
COMMENT= command-line interface to Google services
MODPY_EGG_VERSION= 0.9.13
DISTNAME= googlecl-${MODPY_EGG_VERSION}
REVISION= 1
CATEGORIES= productivity devel www
HOMEPAGE= http://code.google.com/p/googlecl/
MODULES= lang/python
PKG_ARCH= *
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://googlecl.googlecode.com/files/
MODPY_SETUPTOOLS= Yes
2010-10-18 17:25:07 -04:00
USE_GROFF = Yes
2010-11-20 04:48:38 -05:00
RUN_DEPENDS= devel/py-gdata
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
# Use the version of python we are configured against.
post-extract:
perl -p -i -e 's|^\#\!/usr/bin/python2.5|\#\!${MODPY_BIN}|' \
${WRKSRC}/src/google
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/google.1 ${PREFIX}/man/man1
.include <bsd.port.mk>