mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
8a502cb2d4
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
33 lines
584 B
Makefile
33 lines
584 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kickpass
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Stupid simple password safe
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium \
|
|
libevent.so:devel/libevent
|
|
BUILD_DEPENDS= checkmk:devel/check
|
|
|
|
USES= cmake
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/kickpass \
|
|
lib/libkickpass.so \
|
|
lib/libkickpass.so.0 \
|
|
lib/libkickpass.so.0.2.0 \
|
|
man/man1/kickpass.1.gz \
|
|
share/zsh/site-functions/_kickpass
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= paulfariello
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|