c0afda6803
Mark packages that don't or might probably not have staged installation.
31 lines
873 B
Makefile
31 lines
873 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/03 21:32:45 asau Exp $
|
|
#
|
|
|
|
DISTNAME= ocamlgraph-1.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ocamlgraph.lri.fr/download/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://ocamlgraph.lri.fr/index.fr.html
|
|
COMMENT= Ocamlgraph is a graph library for Objective Caml
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c
|
|
|
|
INSTALLATION_DIRS= bin lib/ocaml share/doc/ocamlgraph
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/FAQ \
|
|
${DESTDIR}${PREFIX}/share/doc/ocamlgraph
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
${DESTDIR}${PREFIX}/share/doc/ocamlgraph
|
|
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
|
.include "../../devel/nspr/buildlink3.mk"
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../x11/lablgtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|