aboutsummaryrefslogtreecommitdiff
path: root/www/py-albatross/Makefile
blob: 46930518d73f250fd437f90c53917569d1f3741d (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
# New ports collection makefile for:	albatross
# Date created:		29 August 2002
# Whom:	      		Gregory Bond <gnb@itga.com.au>
#
# $FreeBSD$

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

MAINTAINER=	gnb@itga.com.au

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>