96a38c7c3a
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
24 lines
529 B
Makefile
24 lines
529 B
Makefile
# 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
|
|
USE_PYTHON_RUN= yes
|
|
|
|
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>
|