2009-01-01 01:18:11 +01:00
|
|
|
# New ports collection makefile for: anyremote2html
|
|
|
|
# Date created: 26 December 2008
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= anyremote2html
|
2009-07-10 02:30:51 +02:00
|
|
|
PORTVERSION= 1.0
|
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
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2009-01-01 01:18:11 +01:00
|
|
|
COMMENT= A web interface for anyRemote
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME}
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|