head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.33;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.10.03.01.15.48;	author jgh;	state Exp;
branches;
next	1.2;

1.2
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.07.17.40.54;	author jgh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# $FreeBSD: head/www/flot/Makefile 305180 2012-10-03 01:15:48Z jgh $

PORTNAME=	flot
PORTVERSION=	0.7
CATEGORIES=	www devel
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	JavaScript plotting library for jQuery

LICENSE=	MIT

WRKSRC=	${WRKDIR}/${PORTNAME}

USERS=	www
GROUPS=	www

NO_BUILD=	YES

PORTDOCS=	API.txt	\
		FAQ.txt	\
		NEWS.txt \
		PLUGINS.txt \
		README.txt
PORTEXAMPLES=	*

do-install:
	@@${INSTALL} -d -g ${USERS} -o ${GROUPS} ${WWWDIR}
	${INSTALL_DATA} -o www -g www ${WRKSRC}/*.js ${WWWDIR}

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.if ${PORT_OPTIONS:MEXAMPLES}
	@@${MKDIR} ${EXAMPLESDIR}
	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.3
log
@SVN rev 305180 on 2012-10-03 01:15:48Z by jgh

- reset maintainer to heap
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@a0 4
# New ports collection makefile for:	flot
# Date created:		06 June 2012
# Whom:			Jason Helfman <jgh@@FreeBSD.org>
#
a1 1
#
d8 1
a8 1
MAINTAINER=	jgh@@FreeBSD.org
@


1.1
log
@add new port: www/flot

Flot is a pure Javascript plotting library for jQuery. It produces graphical
plots of arbitrary datasets on-the-fly client-side.  The focus is on simple
usage (all settings are optional), attractive looks and interactive features
like zooming and mouse tracking.

WWW: http://code.google.com/p/flot/
@
text
@d14 1
a14 1
COMMENT=	Javascript plotting library for jQuery
@

