2001-09-18 10:51:37 +00:00
|
|
|
# New ports collection makefile for: quixote
|
|
|
|
# Date created: 18 September 2001
|
|
|
|
# Whom: Johann Visagie <wjv@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= quixote
|
2005-04-13 08:34:10 +00:00
|
|
|
PORTVERSION= 2.0
|
2005-04-20 14:40:40 +00:00
|
|
|
PORTREVISION= 1
|
2001-09-18 10:51:37 +00:00
|
|
|
CATEGORIES= www python
|
2005-01-13 00:20:28 +00:00
|
|
|
MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ \
|
|
|
|
http://bsdchat.com/dist/dryice/
|
2001-09-18 10:51:37 +00:00
|
|
|
DISTNAME= Quixote-${PORTVERSION}
|
|
|
|
|
2004-07-01 02:54:07 +00:00
|
|
|
MAINTAINER= dryice@liu.com.cn
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A framework for developing web applications in Python
|
2001-09-18 10:51:37 +00:00
|
|
|
|
2005-04-13 08:34:10 +00:00
|
|
|
USE_PYTHON= 2.3+
|
2002-04-29 19:21:15 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
2002-01-09 14:49:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-09-18 10:51:37 +00:00
|
|
|
post-install:
|
2001-11-14 09:30:05 +00:00
|
|
|
@ PYTHONPATH=${PREFIX}/lib/${PYTHON_VERSION}/site-packages \
|
|
|
|
${PYTHON_CMD} ${SCRIPTDIR}/compile_ptl.py \
|
2004-06-30 07:09:35 +00:00
|
|
|
${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/demo/*.ptl
|
|
|
|
|
2001-09-18 10:51:37 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${DOCSDIR}
|
2002-10-20 20:11:50 +00:00
|
|
|
.for docfile in ACKS CHANGES LICENSE README TODO doc/*
|
2001-09-18 10:51:37 +00:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2002-01-09 14:49:55 +00:00
|
|
|
.include <bsd.port.post.mk>
|