1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/security/ckpass/Makefile
2021-04-06 16:31:07 +02:00

23 lines
419 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
PORTNAME= ckpass
PORTVERSION= 0.2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Ncurses based password database client
LICENSE= GPLv3
LIB_DEPENDS= libkpass.so:security/libkpass
USES= ncurses
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/ckpass
.include <bsd.port.mk>