pkgsrc/devel/buddy/Makefile
kristerw 4e7317bf97 Initial import of buddy version 2.2.
The BuDDy Binary Decision Diagrams (BDD) library presented here was made
as part of a ph.d. project on model checking of finite state machines.
The library has evolved from a simple introduction to BDDs to a full blown
BDD package with all the standard BDD operations, reordering and a wealth
of documentation.
2003-12-31 00:04:19 +00:00

24 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/31 00:04:19 kristerw Exp $
#
DISTNAME= buddy22
PKGNAME= buddy-2.2
CATEGORIES= devel
MASTER_SITES= http://www.itu.dk/research/buddy/
MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://www.itu.dk/research/buddy/
COMMENT= Library for binary decision diagrams
MAKEFILE= makefile
ALL_TARGET= buddy
do-install:
${INSTALL_DATA} ${WRKSRC}/src/libbdd.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/src/bdd.h ${WRKSRC}/src/fdd.h \
${WRKSRC}/src/bvec.h ${PREFIX}/include
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/buddy
${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${WRKSRC}/doc/*.txt \
${PREFIX}/share/doc/buddy
.include "../../mk/bsd.pkg.mk"