head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.27;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.01.15.15.33.43;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2009.11.21.10.18.54;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	anyterm
# Date created:				19 November 2009
# Whom:					Douglas Thrift
#
# $FreeBSD: head/www/anyterm/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	anyterm
PORTVERSION=	1.1.29
CATEGORIES=	www
MASTER_SITES=	http://anyterm.org/download/ \
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
		http://code.douglasthrift.net/files/${PORTNAME}/
EXTRACT_SUFX=	.tbz2

MAINTAINER=	douglas@@douglasthrift.net
COMMENT=	A terminal emulator on a Web page

BUILD_DEPENDS=	${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs

LICENSE=	GPLv2

MAN1=		anytermd.1
USE_RC_SUBR=	anytermd
USE_BZIP2=	yes
USE_GMAKE=	yes
USE_ICONV=	yes
ALL_TARGET=	default_target
PLIST_FILES=	sbin/anytermd

post-patch:
	@@${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \
		${WRKSRC}/scripts/mimetype.sh
	@@${REINPLACE_CMD} -e 's|^CPP_FLAGS=|&-I${LOCALBASE}/include |' \
		-e 's|^LINK_FLAGS=|&-L${LOCALBASE}/lib |' ${WRKSRC}/common.mk
	@@${REINPLACE_CMD} -e 's|^COMPILE_FLAGS=|&-I${LOCALBASE}/include |' \
		${WRKSRC}/libpbe/common.mk

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/anytermd ${PREFIX}/sbin/anytermd
	@@${INSTALL_MAN} ${WRKSRC}/anytermd.1 ${MANPREFIX}/man/man1/anytermd.1

.include <bsd.port.mk>
@


1.2
log
@- Add LICENSE
- Space/Tab twiddle
- Remove obsolete MD5 checksum while I'm here

PR:		ports/154015
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Anyterm provides a terminal emulator on a Web page using Javascript and a
server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell
and communicates with the script using XMLHTTP on port 80 or securely using
SSL. This provides you with shell access to your machine from almost any Web
browser, even when firewalls are in the way.

WWW: http://anyterm.org/

PR:		ports/140740
Submitted by:	Douglas Thrift
@
text
@d21 2
@

