freebsd-ports/www/quixote/Makefile

37 lines
944 B
Makefile
Raw Normal View History

# New ports collection makefile for: quixote
# Date created: 18 September 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= quixote
PORTVERSION= 2.4
CATEGORIES= www python
MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ \
http://dryice.name/computer/FreeBSD/distfiles/
DISTNAME= Quixote-${PORTVERSION}
MAINTAINER= dryice@dryice.name
COMMENT= A framework for developing web applications in Python
USE_PYTHON= 2.3-2.4
2002-04-29 21:21:15 +02:00
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Quixote
2002-01-09 15:49:55 +01:00
.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}
2002-10-20 22:11:50 +02:00
.for docfile in ACKS CHANGES LICENSE README TODO doc/*
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
2002-01-09 15:49:55 +01:00
.include <bsd.port.post.mk>