mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
f88c949669
fixing libkpass which it depends on. Reported by: linimon Feature safe: yes
27 lines
537 B
Makefile
27 lines
537 B
Makefile
# New ports collection makefile for: ckpass
|
|
# Date created: 2011-09-12
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ckpass
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= An ncurses based password database client
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= kpass.0:${PORTSDIR}/security/libkpass
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
|
CPPFLAGS+= "-I${LOCALBASE}/include"
|
|
|
|
PLIST_FILES= bin/ckpass
|
|
|
|
.include <bsd.port.mk>
|