aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-albatross/Makefile
blob: dd85c54804113b387b390578faa0381efa8fd1a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    albatross
# Date created:     29 August 2002
# Whom:             Gregory Bond <gnb@itga.com.au>
#
# $FreeBSD$

PORTNAME=   albatross
PORTVERSION=    1.01
CATEGORIES= www python
MASTER_SITES=   http://object-craft.com.au/projects/albatross/download/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= gnb@itga.com.au
COMMENT=    Python toolkit for developing highly stateful web applications

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
    @${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${DOCSDIR}
    @${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>