1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/mail/squirrelmail-abook_import_export-plugin/Makefile
Thomas Abthorpe c4e6d77763 Allows for the importing of addressbooks from a CSV (comma separated
values) file. This will be located at the bottom of the "Addresses"
section.

WWW: http://www.squirrelmail.org/plugin_view.php?id=29

PR:		ports/143303
Submitted by:	Scott Lambert <lambert at lambertfam.org>
2010-02-02 03:15:19 +00:00

24 lines
639 B
Makefile

# New ports collection makefile for: squirrelmail-abook_import-export-plugin
# Date created: 2010-01-27
# Whom: Scott Lambert <lambert@lambertfam.org>
# Modified from: squirrelmail-check_quota-plugin
#
# $FreeBSD$
#
PORTNAME= abook_import_export
PORTVERSION= 1.1
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.4.4
DIST_SUBDIR= squirrelmail
MAINTAINER= lambert@lambertfam.org
COMMENT= Allows for the importing of addressbooks from a CSV (comma separated values) file.
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>