blob: 13f06863bf2241d30de9dc34a36fb4c4bc894b3a (
plain)
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
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: trac-pagetopdf
# Date created: December 28 2006
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= pagetopdf
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= pagetopdfplugin-${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Export trac wiki pages as PDFs
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
htmldoc:${PORTSDIR}/textproc/htmldoc
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
USE_PYTHON= 2.3+
NO_BUILD= yes
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
do-build:
@${DO_NADA}
.include <bsd.port.mk>
|