ports/databases/gdbm/Makefile

23 lines
390 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= GNU dbm
DISTNAME= gdbm-1.23
CATEGORIES= databases
SHARED_LIBS += gdbm 7.0 # 6.0
HOMEPAGE= https://www.gnu.org/software/gdbm/
2023-09-20 18:59:05 +00:00
SITES= ${SITE_GNU:=gdbm/}
2023-08-16 22:26:55 +00:00
# GPLv3
PERMIT_PACKAGE= Yes
LIB_DEPENDS= devel/gettext,-runtime
WANTLIB= c curses iconv intl readline
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
.include <bsd.port.mk>