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
21 lines
529 B
Makefile
21 lines
529 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= calendar_sql_backend
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-2.0
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SQL backend for SquirrelMail Calendar plugin
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
|
PEARDIR= ${PREFIX}/share/pear
|
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME}
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|