2006-03-04 22:28:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:08 jlam Exp $
|
2003-04-06 15:45:39 +02:00
|
|
|
|
2005-04-06 17:02:05 +02:00
|
|
|
DISTNAME= dbh-1.0.24
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbh/}
|
2003-04-06 15:45:39 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-04-06 17:02:05 +02:00
|
|
|
HOMEPAGE= http://dbh.sourceforge.net/
|
|
|
|
COMMENT= Library to create disk based Hashtables
|
2003-04-06 15:45:39 +02:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2005-04-06 17:02:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2003-04-06 15:45:39 +02:00
|
|
|
|
2004-03-23 00:16:44 +01:00
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= F77=${FALSE:Q}
|
2004-03-23 00:16:44 +01:00
|
|
|
|
2003-04-06 15:45:39 +02:00
|
|
|
post-install:
|
2003-05-05 19:21:48 +02:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html
|
2003-04-06 15:45:39 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog \
|
2003-05-05 19:21:48 +02:00
|
|
|
${PREFIX}/share/doc/dbh
|
2003-04-06 15:45:39 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} doc/dbh-hash-tables.html \
|
2003-05-05 19:21:48 +02:00
|
|
|
${PREFIX}/share/doc/dbh/html
|
2003-04-06 15:45:39 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|