blob: b09de8e27cc7bd22697a076d46e71156e74c72ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= notify
PORTVERSION= 1.3
PORTREVISION= 3
CATEGORIES= mail www
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Notify when new mail arrives
WWW= https://www.squirrelmail.org
USE_SM_COMPAT= yes
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>
|