1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/xpi-preferential/Makefile
Andrew Pantyukhin ea295672e0 - Move www/preferential-firefox to www/xpi-preferential
- Changed comment and added Author
- Take maintainership

PR:		ports/97495
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	krion (mentor)
2006-05-25 08:01:46 +00:00

23 lines
590 B
Makefile

# Ports collection makefile for: preferential-firefox
# Date created: Tue Oct 28, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= preferential
PORTVERSION= 0.8.1
DISTVERSIONSUFFIX= -fx+mz+tb
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Advanced preferences manager for Mozilla-based products
XPI_DISTNAME= preferential_new_guid_
XPI_ID= {e3a1bec3-1cc1-4d20-875b-a10587471a5e}
XPI_FILES= chrome/preferential.jar install.js install.rdf chrome.manifest
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>