mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
400 B
Makefile
25 lines
400 B
Makefile
COMMENT= GNU dbm
|
|
|
|
DISTNAME= gdbm-1.26
|
|
|
|
CATEGORIES= databases
|
|
|
|
SHARED_LIBS += gdbm 7.1 # 6.0
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/gdbm/
|
|
|
|
SITES= ${SITE_GNU:=gdbm/}
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
|
|
|
WANTLIB= c curses iconv intl pthread readline
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
|
|
|
.include <bsd.port.mk>
|