pkgsrc/devel/libctl/Makefile
tv dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00

22 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.20 2004/10/15 14:50:06 tv Exp $
DISTNAME= libctl-2.2
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ab-initio.mit.edu/libctl/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ab-initio.mit.edu/libctl/
COMMENT= Guile-based flexible control file library for scientific simulations
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libctl
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/libctl/
cd ${WRKSRC} && ${INSTALL_DATA} COPYING COPYRIGHT ChangeLog \
NEWS README ${PREFIX}/share/doc/libctl/
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"