1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/ckpass/Makefile
Roman Bogorodskiy f88c949669 Unbreak security/ckpass on powerpc by actually
fixing libkpass which it depends on.

Reported by:	linimon
Feature safe:	yes
2011-11-11 05:44:11 +00:00

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>