blob: 262e60a51a91a7c36f3127bcb472125e3e0ac316 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: forecastfox
# Date created: 2006-05-15
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= forecastfox
PORTVERSION= 0.9.3
DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Get international weather forecasts and display it
XPI_ID= {0538E3E3-7E9B-4d49-8831-A227C80A7AD3}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|