freebsd-ports/www/quixote/Makefile
Pav Lucistnik cd75bffbc1 - Author repackaged distfile
PR:		ports/80146
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2005-04-20 14:40:40 +00:00

37 lines
912 B
Makefile

# New ports collection makefile for: quixote
# Date created: 18 September 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= quixote
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ \
http://bsdchat.com/dist/dryice/
DISTNAME= Quixote-${PORTVERSION}
MAINTAINER= dryice@liu.com.cn
COMMENT= A framework for developing web applications in Python
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
post-install:
@ PYTHONPATH=${PREFIX}/lib/${PYTHON_VERSION}/site-packages \
${PYTHON_CMD} ${SCRIPTDIR}/compile_ptl.py \
${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/demo/*.ptl
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
.for docfile in ACKS CHANGES LICENSE README TODO doc/*
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>