mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
419 B
Makefile
23 lines
419 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= kpass:${PORTSDIR}/security/libkpass
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/ckpass
|
|
|
|
.include <bsd.port.mk>
|