Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+8 -11
View File
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.13 2015/08/07 11:20:33 jaapb Exp $
# $NetBSD: Makefile,v 1.16 2016/07/03 10:16:36 jaapb Exp $
#
PKGNAME= ocaml-zip-${VERSION}
DISTNAME= camlzip-${VERSION}
VERSION= 1.05
PKGREVISION= 5
VERSION= 1.06
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1037/
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1616/
LICENSE= gnu-lgpl-v2.1
MAINTAINER= jaapb@NetBSD.org
@@ -16,16 +16,13 @@ COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives
BUILD_TARGET= all
INSTALL_TARGET= install-findlib
USE_TOOLS+= gmake
OCAML_USE_FINDLIB= yes
PLIST_VARS+= opt
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") || \
(${MACHINE_ARCH} == "arm")
.include "../../mk/ocaml.mk"
.if ${OCAML_USE_OPT_COMPILER} == "yes"
BUILD_TARGET+= allopt
PLIST.opt= yes
.endif
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/ocaml/buildlink3.mk"
.include "../../devel/ocaml-findlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"