35 lines
604 B
Makefile
35 lines
604 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:41:28 espie Exp $
|
|
|
|
COMMENT= create and manage certificates, CSRs, keys, etc
|
|
|
|
DISTNAME= xca-0.9.3
|
|
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>
|