mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
18 lines
335 B
Makefile
18 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"
|