mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
24 lines
428 B
Makefile
24 lines
428 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ckpass
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= vg@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>
|