mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
bebf3178ae
EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
26 lines
615 B
Makefile
26 lines
615 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pencil
|
|
DISTVERSION= 2.0-5
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PROJECTHOST= evoluspencil
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Firefox addon to do GUI prototyping and simple sketching
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
|
EXPIRATION_DATE= 2017-04-30
|
|
|
|
XPI_DISTNAME= Pencil
|
|
XPI_ID= pencil@evolus.vn
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|