summaryrefslogtreecommitdiff
path: root/devel/got/Makefile
blob: 93cd039e5e42c5c8b411d1591b7dbc91ad75aab2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	got
DISTVERSION=	0.98.2
CATEGORIES=	devel
MASTER_SITES=	https://gameoftrees.org/releases/portable/
DISTNAME=	got-portable-${DISTVERSION}

MAINTAINER=	naddy@FreeBSD.org
COMMENT=	Game of Trees version control system
WWW=		https://gameoftrees.org

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENCE

USES=		localbase ssl

CONFLICTS_INSTALL=	p5-App-GitGot

GNU_CONFIGURE=	Yes

.include <bsd.port.pre.mk>

# When using LibreSSL use its own libtls, but when using OpenSSL
# use libtls from libretls.
.if ${SSL_DEFAULT:Mlibressl*}
#	/* empty */
.else
LIB_DEPENDS+=	libtls.so:security/libretls
.endif # SSL_DEFAULT

.include <bsd.port.post.mk>