Use DESTDIR Use PKG_MANDIR Install the programs with this package as well as the library Make this build on Mac OS X - there was a problem with case sensitivity Use modern regexp calls Get rid of lint Bump PKGREVISION
24 lines
592 B
Makefile
24 lines
592 B
Makefile
# $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"
|