2021-03-27 13:59:58 +00:00

37 lines
769 B
Makefile

# $OpenBSD: Makefile,v 1.49 2021/03/27 13:59:58 sthen Exp $
COMMENT = curses widgets (menus, lists, etc) for shell scripts
V = 1.3-20210324
DISTNAME = dialog-${V}
PKGNAME = dialog-${V:S/-/./}
CATEGORIES = misc
HOMEPAGE = https://invisible-island.net/dialog/dialog.html
# LGPLv2.1
PERMIT_PACKAGE = Yes
WANTLIB += c curses iconv intl
MASTER_SITES = https://invisible-mirror.net/archives/dialog/ \
ftp://ftp.invisible-island.net/dialog/
EXTRACT_SUFX = .tgz
BUILD_DEPENDS = devel/gettext,-tools
LIB_DEPENDS = devel/gettext,-runtime
MAKE_FILE = makefile
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-nls
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib -liconv"
FAKE_TARGET = install install-man install-lib
NO_TEST = Yes
.include <bsd.port.mk>