1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/googolplex/Makefile
Ruslan Makhmatkhanov 80033d9f30 - convert to using PYTHON_SITELIBDIR
- break the line on 80-char border in pkg-descr
- do not try to remove directories, that we don't created

All of them are non-functional changes
2012-02-12 17:02:29 +00:00

25 lines
515 B
Makefile

# ex:ts=8
# Ports collection makefile for: googolplex
# Date created: Feb 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= googolplex
PORTVERSION= 0.1.0
CATEGORIES= net python
MASTER_SITES= http://googolplex.sourceforge.net/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= Query Google, parse it and returns the result as a list
PLIST_FILES= %%PYTHON_SITELIBDIR%%/googolplex.py
USE_PYTHON= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/googolplex.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>