3099720db7
PR: 212915 Submitted by: yasu@utahime.org Reported by: yasu@utahime.org Reviewed by: swills (mentor) loic.blot@unix-experience.fr (maintainer) Approved by: swills (mentor) loic.blot@unix-experience.fr (maintainer) Differential Revision: https://reviews.freebsd.org/D8106
17 lines
335 B
Makefile
17 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rainloop
|
|
DISTVERSIONPREFIX= community-
|
|
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"
|