25 lines
601 B
Makefile
25 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.20 2012/10/02 21:25:52 asau 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= 2
|
|
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
|
|
|
|
post-extract:
|
|
cd ${WRKDIR} && ${SH} sdbm.shar >/dev/null
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|