aboutsummaryrefslogtreecommitdiffstats
path: root/www/anyremote2html/Makefile
blob: ac4c6692ea4f3c06ee5890a5736a441f5202de2f (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
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$

PORTNAME=   anyremote2html
PORTVERSION=    1.4
CATEGORIES= www deskutils
MASTER_SITES=   SF/anyremote/${PORTNAME}/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Web interface for anyRemote

RUN_DEPENDS=    anyremote:${PORTSDIR}/comms/anyremote

GNU_CONFIGURE=  yes
USES=       python:run

PORTDOCS=   ChangeLog README COPYING AUTHORS

OPTIONS_DEFINE= DOCS

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME}

.include <bsd.port.mk>