6e29ecd50e
Reported by: portscout
30 lines
535 B
Makefile
30 lines
535 B
Makefile
# Created by: Brent J. Nordquist <bjn@visi.com>
|
|
|
|
PORTNAME= gdbm
|
|
PORTVERSION= 1.23
|
|
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>
|