df67509986
E164.org is a public enum directory of telephone numbers that can be reached over the Internet by anyone anywhere! The system works by publishing a DNS zone, 'e164.org', that can be used by various Internet applications including SER, Gnome Meeting and Asterisk. The idea is to be able to map your phone number to an Email address, website, VoIP addresses, etc. WWW: http://www.e164.org/ Requested by: edwin
21 lines
515 B
Makefile
21 lines
515 B
Makefile
# New ports collection makefile for: xpi-num2web
|
|
# Date created: 5 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= num2web
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.e164.org/${PORTNAME}/ CSME
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Enum lookups support
|
|
|
|
XPI_ID= support@e164.org
|
|
XPI_FILES= components/num2web.js contents.rdf install.rdf chrome.manifest
|
|
XPI_DIRS= components
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|