summaryrefslogtreecommitdiff
path: root/databases/sdbm/Makefile
blob: 2105302526d0d8bfdee1f65cd6e550a08e16e389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.15 2008/08/12 13:11:30 agc Exp $
#

DISTNAME=		sdbm
# this is the Dec. 1990 release with some race condition fixes from an
# unknown outside source:
PKGNAME=		sdbm-90.12.1
PKGREVISION=		1
CATEGORIES=		databases
MASTER_SITES=		ftp://tsx-11.mit.edu/pub/linux/sources/libs/
EXTRACT_SUFX=		.tar.Z

MAINTAINER=		pkgsrc-users@NetBSD.org
COMMENT=		Substitute DBM, an implementation of the "real" ndbm library

WRKSRC=			${WRKDIR}

USE_LIBTOOL=		yes
PKG_DESTDIR_SUPPORT=	user-destdir

post-extract:
	@cd ${WRKDIR} && ${SH} sdbm.shar >/dev/null

.include "../../mk/bsd.pkg.mk"