freebsd-ports/security/kc24/Makefile
Baptiste Daroussin 266130ce71 ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.

Note this also fixes the build with ports ncurses
2021-09-23 18:22:54 +02:00

46 lines
1 KiB
Makefile

# Created by: LEVAI Daniel <leva@ecentrum.hu>
PORTNAME= kc
PORTVERSION= 2.4.2
PORTREVISION= 1
CATEGORIES= security
PKGNAMESUFFIX= 24
MAINTAINER= leva@ecentrum.hu
COMMENT= Console based password storing application
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxml2.so:textproc/libxml2
CONFLICTS= kc
OPTIONS_DEFINE= PCRE SCRYPT
OPTIONS_DEFAULT= PCRE SCRYPT LIBEDIT
OPTIONS_RADIO= CLI
OPTIONS_RADIO_CLI= LIBEDIT READLINE
SCRYPT_DESC= Scrypt KDF support (needs libscrypt)
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
PCRE_MAKE_ENV+= HAVE_PCRE=yes
SCRYPT_LIB_DEPENDS= libscrypt.so:security/libscrypt
SCRYPT_MAKE_ENV+= HAVE_LIBSCRYPT=1
LIBEDIT_USES= libedit
LIBEDIT_MAKE_ENV+= EDITLINE=y
READLINE_USES= readline
READLINE_MAKE_ENV+= READLINE=y
USES+= pkgconfig ncurses ssl uidfix
USE_GITHUB= yes
GH_ACCOUNT= levaidaniel
PLIST_FILES= bin/kc man/man1/kc.1.gz
MAKE_ENV+= BUNDLED_BCRYPT=y
post-patch:
@${REINPLACE_CMD} -e 's|-lncursesw|${NCURSESLIBS}|' ${WRKSRC}/Makefile
.include <bsd.port.mk>