24 lines
395 B
Makefile
24 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.44 2018/07/09 07:51:32 jasper Exp $
|
|
|
|
COMMENT= GNU dbm
|
|
|
|
DISTNAME= gdbm-1.16
|
|
CATEGORIES= databases
|
|
|
|
SHARED_LIBS= gdbm 5.1 # 5.0
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/gdbm/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
LIB_DEPENDS= devel/gettext
|
|
|
|
WANTLIB= c curses iconv intl readline
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|