freebsd-ports/security/xca/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

37 lines
929 B
Makefile

PORTNAME= xca
PORTVERSION= 2.4.0
CATEGORIES= security
MASTER_SITES= https://github.com/${GH_ACCOUNT}/xca/releases/download/RELEASE.${PORTVERSION}/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Graphical certification authority
WWW= https://hohnstaedt.de/xca
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BUILD_DEPENDS= gsed:textproc/gsed
LIB_DEPENDS= libltdl.so:devel/libltdl
USES= compiler:c++11-lang desktop-file-utils gmake localbase \
pkgconfig qt:5 shared-mime-info ssl
USE_QT= buildtools:build core gui help linguist:build sql widgets
USE_CXXSTD= c++11
GNU_CONFIGURE= yes
BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed
CONFIGURE_ARGS= --with-openssl=${OPENSSLDIR} \
--with-qt=${PREFIX} \
--with-qt-version=5
GH_ACCOUNT= chris2511
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s|-O2 ||' \
${WRKSRC}/Local.mak.in
.include <bsd.port.mk>