mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e1630922bd
that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this.
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USE_SM_COMPAT= yes
|
|
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.mk>
|