sthen cc490281be add xca patches from sf bugs; notably http://sourceforge.net/p/xca/patches/14/
which unbreaks it with openssl 1.0.1i's stricter OID checks
2014-10-17 15:10:23 +00:00

36 lines
616 B
Makefile

# $OpenBSD: Makefile,v 1.4 2014/10/17 15:10:23 sthen Exp $
COMMENT= create and manage certificates, CSRs, keys, etc
DISTNAME= xca-0.9.3
REVISION= 1
CATEGORIES= security x11
HOMEPAGE= http://xca.sourceforge.net/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xca/}
MODULES= x11/qt4
USE_GMAKE= Yes
CONFIGURE_STYLE=simple
WANTLIB += QtGui X11 c crypto ltdl pthread ssl stdc++
LIB_DEPENDS= devel/libtool,-ltdl
RUN_DEPENDS= devel/desktop-file-utils \
misc/shared-mime-info
NO_TEST= Yes
SUBST_VARS+= WRKINST
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure
.include <bsd.port.mk>