pkgsrc/lang/erlang-man/Makefile
joerg a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00

29 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/05/25 21:42:21 joerg Exp $
DISTNAME= otp_doc_man_${DIST_VERSION_MAJOR}-${DIST_VERSION_MINOR}
PKGNAME= erlang-man-${ERLANG_VERSION}
CATEGORIES= lang
MASTER_SITES= http://www.erlang.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.erlang.org/
COMMENT= Documentation for Erlang, a concurrent functional programming language
DIST_SUBDIR= erlang
# needs erlang installed for its directory structure
DEPENDS+= erlang-${ERLANG_VERSION}{,nb*}:../../lang/erlang
USE_TOOLS+= pax
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
cd ${WRKDIR} && pax -rw man ${DESTDIR}${PREFIX}/lib/erlang/
.include "../../lang/erlang/Makefile.versions"
.include "../../mk/bsd.pkg.mk"