14f5b9b330
were duplicating the content there, php version mismatches were created and package building broke. Also includes a few whitespace and header fixes due to OCD. Feature safe: yes
18 lines
440 B
Makefile
18 lines
440 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= calendar_file_backend
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-2.0
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= File backend for SquirrelMail Calendar plugin
|
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME}
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|