1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/py-albatross/Makefile
Pav Lucistnik b98c462e47 - Update to 1.32
PR:		ports/85554
Submitted by:	Gregory Bond (maintainer)
2005-09-04 12:15:38 +00:00

30 lines
886 B
Makefile

# New ports collection makefile for: albatross
# Date created: 29 August 2002
# Whom: Gregory Bond <gnb@itga.com.au>
#
# $FreeBSD$
PORTNAME= albatross
PORTVERSION= 1.32
CATEGORIES= www python
MASTER_SITES= http://object-craft.com.au/projects/albatross/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-html-${PORTVERSION}${EXTRACT_SUFX}
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} ${DOCSDIR}/html
@${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${DOCSDIR}
@${TAR} -cf - -C ${WRKDIR}/albatross . | ${TAR} -xf - -C ${DOCSDIR}/html
@${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>