pkgsrc/databases/gdbm_compat/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

22 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:08 rodent Exp $
#
.include "../../databases/gdbm/Makefile.common"
PKGNAME= ${DISTNAME:S/-/_compat-/}
PKGREVISION= 1
COMMENT+= Compat library for dbm and ndbm
DEPENDS+= gdbm-${PKGVERSION_NOREV}{,nb[0-9]*}:../../databases/gdbm
PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFIGURE_ARGS+= --enable-libgdbm-compat
BUILD_DIRS= compat
.include "../../databases/gdbm/buildlink3.mk"
post-extract:
${LN} -s ${BUILDLINK_PREFIX.gdbm}/lib/libgdbm.la ${WRKSRC}/src
.include "../../mk/bsd.pkg.mk"