33666598aa
Approved by: jrm (mentor) MFH: 2024Q4 Differential Revision: https://reviews.freebsd.org/D47022 Release Notes: https://svn.apache.org/repos/asf/subversion/tags/1.14.4/CHANGES
24 lines
546 B
Makefile
24 lines
546 B
Makefile
PKGNAMESUFFIX= -gnome-keyring
|
|
CATEGORIES= security gnome
|
|
|
|
MAINTAINER= michaelo@apache.org
|
|
COMMENT= Gnome Keyring integration for Version control system
|
|
WWW= https://subversion.apache.org/
|
|
|
|
PORTREVISION_LATEST= 0
|
|
PORTREVISION_LTS= 0
|
|
|
|
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
|
|
|
|
LIB_DEPENDS+= libsecret-1.so:security/libsecret
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-keyring
|
|
|
|
ALL_TARGET= gnome-keyring-lib
|
|
INSTALL_TARGET= install-gnome-keyring-lib
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
|
|
|
|
.include <bsd.port.post.mk>
|