afba853254
- While here cleanup some whitespaces / dependencys
16 lines
351 B
Makefile
16 lines
351 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wetteronline
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail www
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Plugin for the weather in Germany
|
|
|
|
USE_SM_COMPAT= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|