1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/erlang-recon/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

30 lines
628 B
Makefile

# $FreeBSD$
PORTNAME= recon
PORTVERSION= 2.3.6
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Collection of functions and scripts to debug Erlang in production
LICENSE= BSD3CLAUSE
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= ferd
ERL_DOCS= README.md doc/*
REBAR_TARGETS= compile doc
OPTIONS_DEFINE= DOCS
post-build:
@${RM} ${WRKSRC}/doc/packages-frame.html
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/script
${INSTALL_DATA} ${WRKSRC}/script/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/script
.include <bsd.port.mk>