freebsd-ports/misc/pdfmap/Makefile
Sergei Kolobov b1d18d4b7c - Update to 1.60
- Move print/py-reportlab from BUILD_DEPENDS to RUN_DEPENDS
- Use DOCSDIR in pkg-plist
- Update WWW

PR:		58309
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-11-20 17:34:42 +00:00

35 lines
868 B
Makefile

# ex:ts=8
# Ports collection makefile for: pdfmap
# Date created: Mar 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pdfmap
PORTVERSION= 1.60
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate maps in PDF format and place clickable objects on them
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jaxml.py:${PORTSDIR}/textproc/py-jaxml \
${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab
USE_PYTHON= yes
USE_PYDISTUTILS= yes
DOCS= CREDITS NEWS README TODO doc/*.html
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pdfmap.py ${PREFIX}/bin/pdfmap
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>