openbsd-ports/sysutils/findlib/Makefile

33 lines
826 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2009/08/10 06:34:29 kili Exp $
COMMENT= Objective Caml package manager
CATEGORIES= sysutils
2009-03-11 17:31:39 -04:00
DISTNAME= findlib-1.2.4
PKGNAME= ${DISTNAME}p2
MASTER_SITES= http://www.ocaml-programming.de/packages/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://www.ocaml-programming.de/packages/
# MIT/X11
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= X11 c curses m pthread pthread-stubs tcl85 xcb
2009-03-11 17:31:39 -04:00
MODULES+= lang/ocaml x11/tk
LIB_DEPENDS= ${MODTK_LIB_DEPENDS}
NO_REGRESS= Yes
2006-05-28 23:46:29 -04:00
CONFIGURE_STYLE=simple
CONFIGURE_ARGS= -with-toolbox -config ${PREFIX}/share/examples/findlib/findlib.conf
ALL_TARGET= all ${MODOCAML_NATIVE:S,Yes,all opt,:S,No,,}
2009-03-11 17:31:39 -04:00
FAKE_FLAGS= prefix=${DESTDIR}
USE_GMAKE= Yes
2006-11-13 07:51:14 -05:00
USE_X11= Yes
.include <bsd.port.mk>