freebsd-ports/devel/py-elementtree/Makefile
Simon Barner 98b01656eb Add py-elementtree 1.2, a container for hierarchical data
structures written in Python

PR:		ports/77640
Approved by:	arved (mentor)
2005-03-02 16:20:25 +00:00

32 lines
781 B
Makefile

# Ports collection makefile for: py-elementtree
# Date created: Feb 28, 2005
# Whom: barner
#
# $FreeBSD$
#
PORTNAME= elementtree
PORTVERSION= 1.2
CATEGORIES= devel python
MASTER_SITES= http://effbot.org/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}-20040618
MAINTAINER= barner@FreeBSD.org
COMMENT= Container for hierarchical data structures written in Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/samples/ ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>