pkgsrc/databases/sdbm/Makefile
2008-08-21 19:12:53 +00:00

26 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.16 2008/08/21 19:12:53 tnn 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}
MAKE_FILE= makefile
MAKE_JOBS_SAFE= no
USE_LIBTOOL= yes
PKG_DESTDIR_SUPPORT= user-destdir
post-extract:
@cd ${WRKDIR} && ${SH} sdbm.shar >/dev/null
.include "../../mk/bsd.pkg.mk"