1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/googolplex/Makefile

23 lines
401 B
Makefile
Raw Normal View History

# 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
USE_PYTHON= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/googolplex.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>