e0e9d6908d
PR: ports/150466 Submitted by: myself (pgollucci) Approved by: maintainer timeout (miwi ; 14 days)
22 lines
603 B
Makefile
22 lines
603 B
Makefile
# New ports collection makefile for: xpi-wmlbrowser
|
|
# Date created: 27 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmlbrowser
|
|
PORTVERSION= 0.7.25
|
|
CATEGORIES= www
|
|
MASTER_SITES= MOZDEV
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= WML implementation
|
|
|
|
XPI_ID= {c4dc572a-3295-40eb-b30f-b54aa4cdc4b7}
|
|
XPI_FILES= chrome/wmlbrowser.jar components/wml-service.js defaults/preferences/prefs.js \
|
|
install.js install.rdf chrome.manifest
|
|
XPI_DIRS= chrome components defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|