freebsd-ports/security/kickpass/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

31 lines
564 B
Makefile

# $FreeBSD$
PORTNAME= kickpass
PORTVERSION= 0.2.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
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 xorg
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
USE_LDCONFIG= yes
.include <bsd.port.mk>