mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
76b5099daa
PR: ports/92936 Submitted by: Tim Middleton <x@vex.net> (maintainer)
44 lines
949 B
Makefile
44 lines
949 B
Makefile
# New ports collection makefile for: ParsedXML
|
|
# Date created: 3 Jul 2003
|
|
# Whom: Tim Middleton
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= parsedxml
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= www zope
|
|
MASTER_SITES= http://www.infrae.com/download/ParsedXML/${PORTVERSION}/
|
|
PKGNAMEPREFIX= zope-
|
|
DISTNAME= ParsedXML-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= x@vex.net
|
|
COMMENT= Access and manipulate XML documents within Zope
|
|
|
|
RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
|
|
|
|
NO_PACKAGE= Double python dependency
|
|
USE_PYTHON= yes
|
|
USE_ZOPE= yes
|
|
DIST_SUBDIR= zope
|
|
|
|
ZOPEPRODUCTNAME= ParsedXML
|
|
|
|
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
|
|
|
|
do-build:
|
|
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
|
|
|
|
do-install:
|
|
@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
|
|
@ ${CHMOD} -R og+rX ${WRKSRC}/
|
|
@${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
|
|
|
|
post-install:
|
|
.if !defined(BATCH)
|
|
@${CAT} ${PKGMESSAGE}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|