23 lines
534 B
PHP
23 lines
534 B
PHP
|
# $OpenBSD: Makefile.inc,v 1.1 2009/02/16 10:13:59 ajacoutot Exp $
|
||
|
|
||
|
# there is no point in building/running this on NO_SHARED_LIBS archs
|
||
|
SHARED_ONLY= Yes
|
||
|
|
||
|
DIST_SUBDIR= zarafa
|
||
|
|
||
|
CATEGORIES+= mail/zarafa
|
||
|
|
||
|
HOMEPAGE?= http://www.zarafa.nl/
|
||
|
|
||
|
MAINTAINER?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||
|
|
||
|
# zarafa: AGPLv3 (GNU Affero Public License)
|
||
|
# libical: MPL/LGPLv2
|
||
|
# libvmime: GPLv2
|
||
|
PERMIT_PACKAGE_CDROM?= Yes
|
||
|
PERMIT_PACKAGE_FTP?= Yes
|
||
|
PERMIT_DISTFILES_CDROM?=Yes
|
||
|
PERMIT_DISTFILES_FTP?= Yes
|
||
|
|
||
|
MASTER_SITES?= http://download.zarafa.com/mirror/
|