9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
21 lines
642 B
Makefile
21 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/03/04 21:29:16 jlam Exp $
|
|
|
|
DISTNAME= libctl-2.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ab-initio.mit.edu/libctl/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ab-initio.mit.edu/libctl/
|
|
COMMENT= Guile-based flexible control file library for scientific simulations
|
|
|
|
GNU_CONFIGURE= 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"
|