2002-09-04 09:17:33 +02:00
|
|
|
# New ports collection makefile for: albatross
|
|
|
|
# Date created: 29 August 2002
|
|
|
|
# Whom: Gregory Bond <gnb@itga.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= albatross
|
2007-03-26 07:32:13 +02:00
|
|
|
PORTVERSION= 1.36
|
2002-09-04 09:17:33 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://object-craft.com.au/projects/albatross/download/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2003-07-22 11:01:18 +02:00
|
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
${PORTNAME}-html-${PORTVERSION}${EXTRACT_SUFX}
|
2002-09-04 09:17:33 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnb@itga.com.au
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Python toolkit for developing highly stateful web applications
|
2002-09-04 09:17:33 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-07-22 11:01:18 +02:00
|
|
|
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${DOCSDIR}/html
|
2002-09-04 09:17:33 +02:00
|
|
|
@${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${DOCSDIR}
|
2007-10-10 05:00:36 +02:00
|
|
|
@${TAR} -cf - -C ${WRKDIR}/albatross-html-${PORTVERSION} . | ${TAR} -xf - -C ${DOCSDIR}/html
|
2002-09-04 09:17:33 +02:00
|
|
|
@${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|