f67f6377ca
mail/rainloop-community: new slave port, community edition rainloop is a modern and interactive webmail. Changelog since 1.8.2: http://www.rainloop.net/changelog/ PR: 200091 Submitted by: brnrd Approved by: loic.blot@unix-experience.fr (maintainer)
16 lines
305 B
Makefile
16 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rainloop
|
|
PKGNAMESUFFIX= -community
|
|
|
|
COMMENT= Modern and interactive webmail - community edition
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
MASTERDIR= ${.CURDIR}/../rainloop
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
CONFLICTS_INSTALL= rainloop-[0-9]*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|