0bb34d7328
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>
21 lines
445 B
Makefile
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>
|