4137eb35e4
pkgsrc changes: --------------- * Update some PLIST entries since the version of packages documented does not always match the last patchlevel version of OTP. * Bump revision
30 lines
797 B
Makefile
30 lines
797 B
Makefile
# $NetBSD: Makefile,v 1.19 2021/03/04 14:20:26 triaxx Exp $
|
|
|
|
DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}
|
|
PKGNAME= ${DISTNAME:S/otp_doc_html_/erlang-doc-/}
|
|
PKGREVISION= 3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.erlang.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.erlang.org/
|
|
COMMENT= Documentation for Erlang, a concurrent functional programming language
|
|
|
|
DIST_SUBDIR= erlang
|
|
|
|
# needs erlang installed for its directory structure
|
|
DEPENDS+= erlang>=${PKGVERSION_NOREV}:../../lang/erlang
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
INSTALLATION_DIRS= lib/erlang
|
|
|
|
do-install:
|
|
cd ${WRKDIR} && pax -rw doc erts-* lib ${DESTDIR}${PREFIX}/lib/erlang/
|
|
|
|
.include "../../lang/erlang/Makefile.versions"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|