Files
ports/databases/gdbm/Makefile
T
Alexey Dokuchaev bcb4400082 - Update GNU dbm to version 1.19
- Enable parallel builds by using GNU make
- Hook the test suite to our framework
- Visually separate the option blocks
2021-01-12 08:59:56 +00:00

32 lines
547 B
Makefile

# Created by: Brent J. Nordquist <bjn@visi.com>
# $FreeBSD$
PORTNAME= gdbm
PORTVERSION= 1.19
CATEGORIES= databases
MASTER_SITES= GNU
MAINTAINER= danfe@FreeBSD.org
COMMENT= GNU database manager
LICENSE= GPLv3+
USES= gmake libtool:keepla readline
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
INFO= gdbm
OPTIONS_DEFINE= COMPAT NLS
OPTIONS_SUB= yes
COMPAT_DESC= Enable dbm/ndbm compatibility
COMPAT_CONFIGURE_ENABLE= libgdbm-compat
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
.include <bsd.port.mk>