2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov.com>
|
2009-01-01 01:18:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= anyremote2html
|
2010-09-01 03:41:31 +02:00
|
|
|
PORTVERSION= 1.4
|
2009-01-01 01:18:11 +01:00
|
|
|
CATEGORIES= www deskutils
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF/anyremote/${PORTNAME}/${PORTVERSION}
|
2009-01-01 01:18:11 +01:00
|
|
|
|
2013-02-20 17:08:58 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-08-06 11:11:57 +02:00
|
|
|
COMMENT= Web interface for anyRemote
|
2009-01-01 01:18:11 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= anyremote:${PORTSDIR}/comms/anyremote
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PYTHON_RUN= yes
|
|
|
|
|
2009-02-19 18:04:35 +01:00
|
|
|
PORTDOCS= ChangeLog README COPYING AUTHORS
|
2009-01-01 01:18:11 +01:00
|
|
|
|
2014-07-05 01:11:33 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2009-01-01 01:18:11 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|