Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
21 lines
521 B
Makefile
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"
|