2016-09-04 09:53:15 +02:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libscca
|
2019-12-23 13:41:48 +01:00
|
|
|
DISTVERSION= alpha-20191222
|
2016-09-04 09:53:15 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= https://github.com/libyal/libscca/releases/download/${PORTVERSION:E}/ \
|
|
|
|
LOCAL/antoine
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Library and tools to access the Windows Prefetch File (SCCA) format
|
|
|
|
|
|
|
|
LICENSE= LGPL3+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfwnt.so:devel/libfwnt
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2019-12-23 13:41:48 +01:00
|
|
|
CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
|
|
|
|
USES= libtool pathfix python:3.5+
|
2016-09-04 09:53:15 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
|
|
|
|
2018-08-25 10:32:59 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2017-02-05 18:27:39 +01:00
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
2016-09-04 09:53:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|