mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
24 lines
433 B
Makefile
24 lines
433 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|