aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/archmage/Makefile
blob: b4d284422f27d7a589d546a7b107497c11cebbad (plain) (blame)
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
# New ports collection makefile for:    archmage
# Date created:             22 February 2005
# Whom:                 Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#

PORTNAME=   archmage
PORTVERSION=    0.0.7
CATEGORIES= textproc python
MASTER_SITES=   SF

MAINTAINER= infofarmer@FreeBSD.org
COMMENT=    Extensible reader/decompiler of files in CHM format

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm

NO_BUILD=   yes
USE_PYTHON= yes
USE_PYDISTUTILS=    yes

post-patch:
    @${REINPLACE_CMD} -e "s,/usr/share,${PREFIX}/share," ${WRKSRC}/arch.conf
    @${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc," ${WRKSRC}/archmod/CHM.py
    @${REINPLACE_CMD} -e "s,/etc,etc," ${WRKSRC}/setup.py

.include <bsd.port.mk>