xref: /mports/security/libcaes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libcaes
2DISTVERSION=	alpha-20231120
3PORTREVISION=	1
4CATEGORIES=	security
5MASTER_SITES=	https://github.com/libyal/libcaes/releases/download/${PORTVERSION:E}/ \
6		LOCAL/antoine
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Library to support cross-platform AES encryption
10WWW=		https://github.com/libyal/libcaes
11
12LICENSE=	lgpl3+
13LICENSE_FILE=	${WRKSRC}/COPYING
14
15GNU_CONFIGURE=	yes
16GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
17CONFIGURE_ARGS=	--enable-python --with-openssl=no
18CONFIGURE_ENV=	PYTHON_CONFIG=${PYTHON_CMD}-config
19USES=		libtool pathfix pkgconfig python
20USE_LDCONFIG=	yes
21INSTALL_TARGET=	install-strip
22WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
23
24OPTIONS_DEFINE=	NLS
25
26NLS_USES=	gettext
27NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
28NLS_CONFIGURE_OFF=	--disable-nls
29
30.include <bsd.port.mk>
31

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026