1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/quixote/Makefile
Martin Wilke ef782bf760 - Set python 2.3-24
PR:		ports/105163
Submitted by:	Dryice Liu <dryice@dryice.name> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 08:20:11 +00:00

36 lines
915 B
Makefile

# 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
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>