1fc4d6fc09
Update provided by Jaap Boender in PR 38145 Release notes not available. Added a .include bsd.prefs.mk so that MACHINE_ARCH is correctly defined.
28 lines
735 B
Makefile
28 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/03/03 18:14:19 tonio Exp $
|
|
#
|
|
|
|
DISTNAME= ocaml-ssl-0.4.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=savonet/}
|
|
|
|
MAINTAINER= jaapb@kerguelen.org
|
|
HOMEPAGE= http://savonet.sourceforge.net/wiki/OCamlLibs
|
|
COMMENT= SSL library for OCaml
|
|
|
|
DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
BUILD_TARGET+= all
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
|
|
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
|
|
PLIST_SRC+= PLIST.opt
|
|
.endif
|
|
|
|
PLIST_SRC+= PLIST
|
|
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|