freebsd-ports/devel/arcanist/Makefile
Chris Rees 0801fd92a1 devel/arcanist: Split into arcanist-lib and arcanist.
The arcanist port has always conflicted with archivers/arc, but
if the port is installed without the symlink in PREFIX/bin, there
is no issue.

A user expecting to be able to use arcanist in this way can alias
arcanist in their .cshrc or similar and only install the -lib port.

Approved by:	grembo (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19920
2019-05-15 20:53:15 +00:00

12 lines
201 B
Makefile

# $FreeBSD$
PORTNAME= arcanist
MAINTAINER= grembo@FreeBSD.org
COMMENT= Command line interface for Phabricator
SLAVEPORT= bin
MASTERDIR= ${.CURDIR}/../arcanist-lib
.include "${MASTERDIR}/Makefile"