jasper 32cf1d1c9e - update to gdbm-1.11
- unbreak and enable regress tests

ok aja@
2014-03-27 07:57:44 +00:00

34 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.34 2014/03/27 07:57:44 jasper Exp $
COMMENT= GNU dbm
VERSION= 1.11
DISTNAME= gdbm-${VERSION}
CATEGORIES= databases
SHARED_LIBS += gdbm 4.1 # 4.1
HOMEPAGE= https://www.gnu.org/software/gdbm/
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
MODULES= devel/gettext
WANTLIB += c
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
# needed for gsort
TEST_DEPENDS += sysutils/coreutils
post-extract:
perl -pi -e 's,sort,gsort,g' ${WRKSRC}/tests/testsuite
.include <bsd.port.mk>