The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
16 lines
335 B
Makefile
16 lines
335 B
Makefile
PORTNAME= rainloop
|
|
DISTVERSIONPREFIX= community-
|
|
PKGNAMESUFFIX= -community${PHP_PKGNAMESUFFIX}
|
|
|
|
COMMENT= Modern and interactive webmail - community edition
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
CONFLICTS_INSTALL= rainloop
|
|
|
|
MASTERDIR= ${.CURDIR}/../rainloop
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|