4b65b6259f
Changes unknown (ChangeLog ends to 1.0.10). This version is needed by the (not yet released) XFce 4.2
28 lines
824 B
Makefile
28 lines
824 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/08 09:13:30 martti Exp $
|
|
|
|
DISTNAME= dbh-1.0.20
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbh/}
|
|
|
|
MAINTAINER= benedikt.meurer@unix-ag.uni-siegen.de
|
|
HOMEPAGE= http://dbh.sourceforge.net/
|
|
COMMENT= Library to create disk based Hashtables
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= src/dbh-1.0.pc.in
|
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
|
CONFIGURE_ENV+= F77=${FALSE}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html
|
|
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog \
|
|
${PREFIX}/share/doc/dbh
|
|
cd ${WRKSRC} && ${INSTALL_DATA} doc/dbh-hash-tables.html \
|
|
${PREFIX}/share/doc/dbh/html
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|