758d912e33
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
20 lines
592 B
Makefile
20 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/01/21 18:57:40 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gdbm-prim-1.15
|
|
PKGNAME= ${DISTNAME:S/-prim/_primitive/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://homepage.mac.com/leffert/.cv/leffert/Public/
|
|
EXTRACT_SUFX= .tar.gz-link.gz
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://homepage.mac.com/leffert/FileSharing.html
|
|
COMMENT= Shell primitives for working with GDBMs
|
|
|
|
EXTRACT_OPTS= -f tar
|
|
MAKE_ENV+= BUILDLINK_LDFLAGS=${BUILDLINK_LDFLAGS:Q}
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
.include "../../databases/gdbm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|