24 lines
554 B
Makefile
24 lines
554 B
Makefile
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
|
|
|
PKGNAMESUFFIX= -gnome-keyring
|
|
CATEGORIES= security gnome
|
|
|
|
MAINTAINER= lev@FreeBSD.org
|
|
COMMENT= Gnome Keyring integration for Version control system
|
|
|
|
PORTREVISION_114= 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>
|