pkgsrc/databases/libdbh2/Makefile
wiz 92b4a6e496 *: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
2022-07-25 11:12:18 +00:00

21 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:21 wiz Exp $
DISTNAME= libdbh2-5.0.16
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbh/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dbh.sourceforge.net/
COMMENT= Library to create disk based Hashtables
LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= share/doc/dbh/html
post-install:
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog \
${DESTDIR}${PREFIX}/share/doc/dbh
.include "../../mk/bsd.pkg.mk"