freebsd-ports/net/googolplex/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

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