freebsd-ports/www/xpi-pencil/Makefile
Martin Wilke 0bb34d7328 Pencil is a free and opensource tool for making diagrams and GUI
prototyping that everyone can use.

Top features:

* Built-in stencils for diagraming and prototyping
* Multi-page document with background page
* On-screen text editing with rich-text supports
* PNG rasterizing
* Undo/redo supports
* Installing user-defined stencils
* Standard drawing operations: aligning, z-ordering, scaling, rotating...
* Cross-platforms
* Adding external objects
* And much more...

WWW:	http://www.evolus.vn/Pencil/

PR:		ports/132456
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2009-03-14 14:03:00 +00:00

21 lines
445 B
Makefile

# New ports collection makefile for: xpi-pencil
# Date created: 2009-03-09
# Whom: Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pencil
PORTVERSION= 1.0.4
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= wahjava@gmail.com
COMMENT= Firefox addon to do GUI prototyping and simple sketching
XPI_DISTNAME= pencil
XPI_NUM= 8487
XPI_ID= pencil@evolus.vn
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>