summaryrefslogtreecommitdiffstats
path: root/net/tesseras-paste/Makefile
blob: 9b28b7930667236e108d27978edb770e736fbdb7 (plain)
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
31
COMMENT =	decentralized pastebin built on tesseras-dht

V =		0.1.0
DISTNAME =	tesseras-paste-${V}

CATEGORIES =	net

HOMEPAGE =	https://tesseras.net

MAINTAINER =	Murilo Ijanc <murilo@ijanc.org>

# ISC
PERMIT_PACKAGE =	Yes

WANTLIB +=	${MODCARGO_WANTLIB}

MODULES =	devel/cargo

DISTFILES =	${DISTNAME}${EXTRACT_SUFX}

CONFIGURE_STYLE =	cargo

post-install:
	${INSTALL_MAN} ${WRKSRC}/tp.1 ${PREFIX}/man/man1/
	${INSTALL_MAN} ${WRKSRC}/tpd.1 ${PREFIX}/man/man1/
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pkg-readmes
	${SUBST_DATA} ${PKGDIR}/README \
		${PREFIX}/share/doc/pkg-readmes/${PKGSTEM}

.include "crates.inc"
.include <bsd.port.mk>