mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
084a1ea5ae
Agreed by: maintainer.
44 lines
971 B
Makefile
44 lines
971 B
Makefile
# New ports collection makefile for: Annotations
|
|
# Date created: 30 Dec 2003
|
|
# Whom: Tim Middleton
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= annotations
|
|
PORTVERSION= 0.4.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= www zope
|
|
MASTER_SITES= http://zope.org/Members/infrae/Annotations/Annotations-${PORTVERSION}/
|
|
PKGNAMEPREFIX= zope-
|
|
DISTNAME= Annotations-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= x@Vex.Net
|
|
COMMENT= A generic way to add information to arbitrary Zope objects
|
|
|
|
USE_PYTHON= yes
|
|
USE_ZOPE= yes
|
|
DIST_SUBDIR= zope
|
|
|
|
ZOPEPRODUCTNAME=Annotations
|
|
|
|
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
|
|
|
|
do-build:
|
|
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
|
|
|
|
do-install:
|
|
@ ${CHMOD} -R og+rX ${WRKSRC}/
|
|
@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
|
|
@ cd ${WRKSRC} && ${FIND} . \
|
|
| ${CPIO} --quiet -pdum -R ${BINOWN}:${BINGRP} \
|
|
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
|
|
|
|
post-install:
|
|
.if !defined(BATCH)
|
|
@${CAT} ${PKGMESSAGE}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|