freebsd-ports/security/libkpass/Makefile
Sunpoet Po-Chuan Hsieh d99d942bb0 Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
2019-07-09 17:13:07 +00:00

34 lines
702 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= libkpass
PORTVERSION= 6
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for a reading/writing KeePass 1.x DB
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libnettle.so:security/nettle
USE_GITHUB= yes
GH_ACCOUNT= bldewolf
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= alias gettext gmake libtool
USE_LDCONFIG= yes
CPPFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16 \
-I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lintl
PLIST_FILES= include/kpass.h \
lib/libkpass.a \
lib/libkpass.so \
lib/libkpass.so.1 \
lib/libkpass.so.1.0.0
.include <bsd.port.mk>